source: java/client_3D/run.bat @ 1058

Last change on this file since 1058 was 193, checked in by Maciej Komosinski, 10 years ago

Set svn:eol-style native for all textual files

  • Property svn:eol-style set to native
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.