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.
java-processing
1 parent ecd219b commit 3681734Copy full SHA for 3681734
app/src/processing/app/tools/InstallCommander.java
@@ -100,6 +100,7 @@ public void run() {
100
101
StringList jarList = new StringList();
102
addJarList(jarList, new File(javaRoot));
103
+ addJarList(jarList, new File(javaRoot).getParentFile());
104
addJarList(jarList, new File(javaRoot, "core/library"));
105
addJarList(jarList, new File(javaRoot, "modes/java/mode"));
106
String classPath = jarList.join(":").replaceAll(javaRoot + "\\/?", "");
0 commit comments