source: release-kits/lirk3/bin/ant-installer/demo/bin/run.cmd@ 14982

Last change on this file since 14982 was 14982, checked in by oranfry, 16 years ago

initial import of LiRK3

File size: 267 bytes
Line 
1@echo off
2
3if "%JAVA_HOME%" == "" goto nojava
4
5set CLASSPATH=.\classes
6
7echo CLASSPATH:%CLASSPATH%
8echo JAVA_HOME:%JAVA_HOME%
9
10%JAVA_HOME%\bin\java -cp %CLASSPATH% org.tp23.demo.Demonstration
11
12goto end
13
14:nojava
15echo Set JAVA_HOME environment variable
16goto end
17
18
19:end
Note: See TracBrowser for help on using the repository browser.