File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 <!-- launch4j does not detect Adoptium, so add %PATH% as fallback -->
4141 <!-- https://sourceforge.net/p/launch4j/bugs/197/ -->
4242 <!-- https://github.com/processing/processing4/issues/667 -->
43- <path >java;%PATH%</path >
43+ <!-- <path>java;%PATH%</path> -->
44+ <!-- For processing.exe, use the "java" folder as shipped, otherwise too many variables. -->
45+ <path >java</path >
46+
4447 <!-- Make it possible access JavaFX and JOGL libraries for Tools,
4548 Modes, etc. Not recommended, but making it possible because
4649 some Tools rely on JavaFX. (OpenGL is only incidental.) -->
Original file line number Diff line number Diff line change @@ -24,8 +24,12 @@ X move ExportDialog to processing.app.ui (out of Java Mode) so it can be used by
2424X move isXcodeInstalled() methods from JavaBuild into MacPlatform
2525X add activateIgnoringOtherApps() to ThinkDifferent
2626
27- _ Exported project to Windows cannot find Java
28- _ https://github.com/processing/processing4/issues/667
27+ X Exported project to Windows cannot find Java
28+ X https://github.com/processing/processing4/issues/667
29+
30+ _ when not exporting Java as well, the "exporting application" message doesn't seem to clear
31+
32+ _ after exporting application, open the sketch folder
2933
3034_ exporting application while still running on Windows
3135_ just says "Error during export" rather than something more useful about deleting dir
You can’t perform that action at this time.
0 commit comments