diff --git a/bin/libs.sh b/bin/libs.sh index 7d11177..99a1e50 100644 --- a/bin/libs.sh +++ b/bin/libs.sh @@ -1 +1,2 @@ +JAR="keyczar-0.6b-jar-with-dependencies.jar" CP="keyczar-0.6b-jar-with-dependencies.jar" diff --git a/bin/startServer.sh b/bin/startServer.sh index 361821a..98c1004 100755 --- a/bin/startServer.sh +++ b/bin/startServer.sh @@ -28,4 +28,4 @@ else exit 1 fi -java -Dmilis=$milis -Dnanos=$nanos -Dfile.encoding=UTF-8 -classpath $CP cz.cvut.keyczar.homework.VerificationServer $2 $3$1 $4$1 +java -Dmilis=$milis -Dnanos=$nanos -Dfile.encoding=UTF-8 -jar $JAR $2 $3$1 $4$1