mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
maybe not gonna fall back for processing.exe
This commit is contained in:
@@ -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.) -->
|
||||
|
||||
8
todo.txt
8
todo.txt
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user