Skip to content

Commit 3185eba

Browse files
committed
make note of launch4j bug
1 parent efa0be8 commit 3185eba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/processing/mode/java/JavaBuild.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,7 @@ protected boolean exportApplication(File destFolder,
972972
jre.addChild("path").setContent("java;%PATH%");
973973
} else {
974974
// needed to make OpenJDK work properly
975+
// https://sourceforge.net/p/launch4j/bugs/197/
975976
// https://github.com/processing/processing4/issues/667
976977
jre.addChild("path").setContent("%PATH%");
977978
}

0 commit comments

Comments
 (0)