We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcbbb3 commit f07bf46Copy full SHA for f07bf46
lib/grammars/java.coffee
@@ -19,7 +19,8 @@ module.exports =
19
sourcePath = GrammarUtils.Java.getProjectPath context
20
if windows
21
return ["/c javac -Xlint #{context.filename} && java #{className}"]
22
- else ['-c', "javac -J-Dfile.encoding=UTF-8 -sourcepath '#{sourcePath}' -d /tmp '#{context.filepath}' && java -Dfile.encoding=UTF-8 -cp /tmp #{classPackages}#{className}"]
+ else ['-c', "javac -J-Dfile.encoding=UTF-8 -sourcepath '#{sourcePath}' -d /tmp '#{context.filepath}' && java -Dfile.encoding=UTF-8 -cp /tmp:%CLASSPATH #{classPackages}#{className}"]
23
+
24
}
25
Kotlin:
26
'Selection Based': {
0 commit comments