Skip to content

Commit

Permalink
Adapt config.bat / config.sh to the changes in #106
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Feb 21, 2020
1 parent b6e1762 commit 1df4ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions scripts/config.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
@echo off
call setEnvironment.bat
java -Djava.library.path=lib -cp %VIZCLASSPATH% config.RVConfigure %*
java -cp RoboViz.jar config.RVConfigure %*
3 changes: 1 addition & 2 deletions scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
DIR="$( cd "$( dirname "$0" )" && pwd )"
cd $DIR

VIZCLASSPATH=$CLASSPATH:lib/jogl.all.jar:lib/nativewindow.all.jar:lib/gluegen-rt.jar:lib/newt.all.jar:lib/jsgl.jar:lib/commons-compress-1.5.jar:RoboViz.jar:.
java -Djava.library.path=lib -cp $VIZCLASSPATH config.RVConfigure "$@"
java -cp RoboViz.jar config.RVConfigure "$@"

0 comments on commit 1df4ff4

Please sign in to comment.