We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd22218 commit 043207bCopy full SHA for 043207b
Support/bin/java_compile_and_run.sh
@@ -36,5 +36,5 @@ then
36
CLASS="$TM_JAVA_PACKAGE.$CLASS"
37
fi
38
39
-CLASSPATH="$output:$CLASSPATH" "$TM_JAVA" -Dfile.encoding=utf-8 "$CLASS" $@;
+CLASSPATH="$output:$CLASSPATH" "$TM_JAVA" -Dfile.encoding=utf-8 "$CLASS" "$@";
40
exit $?;
0 commit comments