Skip to content

Commit efa0be8

Browse files
committed
maybe not gonna fall back for processing.exe
1 parent ecefb96 commit efa0be8

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

build/windows/config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@
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.) -->

todo.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,12 @@ X move ExportDialog to processing.app.ui (out of Java Mode) so it can be used by
2424
X move isXcodeInstalled() methods from JavaBuild into MacPlatform
2525
X 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

0 commit comments

Comments
 (0)