source:
java/client_3D/run.bat
@
413
Last change on this file since 413 was 193, checked in by , 11 years ago | |
---|---|
|
|
File size: 361 bytes |
Line | |
---|---|
1 | rem use 'build.xml' with eclipse to properly create distributions for windows/macos/linux |
2 | rem **** NOTE **** copy ./static/shared/res to ./ if you want to run Client3D like this. |
3 | set LIBDIR=static/shared/lib |
4 | java -classpath bin;%LIBDIR%/jogl.jar;%LIBDIR%/foxtrot.jar;%LIBDIR%/gluegen-rt.jar -Djava.library.path=static/win/lib com.framsticks.net.client3D.App |
Note: See TracBrowser
for help on using the repository browser.