We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d328a02 commit 7d3ec5bCopy full SHA for 7d3ec5b
src/main/java/org/checkerframework/languageserver/CheckExecutor.java
@@ -46,7 +46,7 @@ class CheckExecutor {
46
sawClasspath = true;
47
options.add(o);
48
o = it.next();
49
- options.add(o + ":" + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
+ options.add(o + File.pathSeparator + JavacWrapper.class.getProtectionDomain().getCodeSource().getLocation().getPath());
50
} else {
51
52
}
0 commit comments