Sign in
android
/
platform
/
external
/
apache-velocity-engine
/
a81256e4
/
.
/
examples
/
app_example2
/
example2.bat
blob: 6c70914bec4ca714542d0c7743cc13dbf86b64cd [
file
] [
log
] [
blame
]
@echo
off
set
VELCP
=.
for
%%
i
in
(..
\.
.
\b
in
\*
.
jar
)
do
set
VELCP
=%
VELCP
%;%%
i
echo
Using
classpath
:
%
VELCP
%
java
-
cp
%
VELCP
%
Example2