We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa0be8 commit 3185ebaCopy full SHA for 3185eba
1 file changed
java/src/processing/mode/java/JavaBuild.java
@@ -972,6 +972,7 @@ protected boolean exportApplication(File destFolder,
972
jre.addChild("path").setContent("java;%PATH%");
973
} else {
974
// needed to make OpenJDK work properly
975
+ // https://sourceforge.net/p/launch4j/bugs/197/
976
// https://github.com/processing/processing4/issues/667
977
jre.addChild("path").setContent("%PATH%");
978
}
0 commit comments