source: java/client_3D/run.bat @ 67

Last change on this file since 67 was 65, checked in by Maciej Komosinski, 13 years ago

added sources of the 3D client for the Framsticks server

File size: 361 bytes
Line 
1rem use 'build.xml' with eclipse to properly create distributions for windows/macos/linux
2rem **** NOTE ****  copy ./static/shared/res to ./ if you want to run Client3D like this.
3set LIBDIR=static/shared/lib
4java -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.