We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ac58e commit 0f46392Copy full SHA for 0f46392
BabelfishCompass.sh
@@ -33,7 +33,7 @@ fi
33
34
# assume Java is in the PATH, this was tested above
35
# assuming 12GB is enough
36
-${JAVA} -Duser.language=en-US -server -Xmx12g -jar /local/mmdeshp/compass/babelfish_compass/target/compass-1.0-jar-with-dependencies.jar "$@"
+${JAVA} -Duser.language=en-US -server -Xmx12g -jar compass.jar "$@"
37
38
#
39
# end
0 commit comments