maybe not gonna fall back for processing.exe

This commit is contained in:
Ben Fry
2023-02-18 07:46:21 -05:00
parent ecefb96a49
commit efa0be888b
2 changed files with 10 additions and 3 deletions

View File

@@ -40,7 +40,10 @@
<!-- launch4j does not detect Adoptium, so add %PATH% as fallback -->
<!-- https://sourceforge.net/p/launch4j/bugs/197/ -->
<!-- https://github.com/processing/processing4/issues/667 -->
<path>java;%PATH%</path>
<!-- <path>java;%PATH%</path> -->
<!-- For processing.exe, use the "java" folder as shipped, otherwise too many variables. -->
<path>java</path>
<!-- Make it possible access JavaFX and JOGL libraries for Tools,
Modes, etc. Not recommended, but making it possible because
some Tools rely on JavaFX. (OpenGL is only incidental.) -->

View File

@@ -24,8 +24,12 @@ X move ExportDialog to processing.app.ui (out of Java Mode) so it can be used by
X move isXcodeInstalled() methods from JavaBuild into MacPlatform
X add activateIgnoringOtherApps() to ThinkDifferent
_ Exported project to Windows cannot find Java
_ https://github.com/processing/processing4/issues/667
X Exported project to Windows cannot find Java
X https://github.com/processing/processing4/issues/667
_ when not exporting Java as well, the "exporting application" message doesn't seem to clear
_ after exporting application, open the sketch folder
_ exporting application while still running on Windows
_ just says "Error during export" rather than something more useful about deleting dir