mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
looking into embedded Java issue w/ 64-bit Windows batch script
This commit is contained in:
@@ -1278,7 +1278,8 @@ public class JavaBuild {
|
||||
File batFile = new File(destFolder, sketch.getName() + ".bat");
|
||||
PrintWriter writer = PApplet.createWriter(batFile);
|
||||
writer.println("@echo off");
|
||||
writer.println("java -Djava.ext.dirs=lib -Djava.library.path=lib " + sketch.getName());
|
||||
String javaPath = embedJava ? ".\\java\\bin\\java.exe" : "java";
|
||||
writer.println(javaPath + " -Djava.ext.dirs=lib -Djava.library.path=lib " + sketch.getName());
|
||||
writer.flush();
|
||||
writer.close();
|
||||
} else {
|
||||
|
||||
2
todo.txt
2
todo.txt
@@ -11,6 +11,8 @@ X sketchbook location is set to an actual sketch (huh?)
|
||||
|
||||
|
||||
high
|
||||
_ new launch4j 3.4
|
||||
_ http://sourceforge.net/projects/launch4j/files/launch4j-3/3.4/
|
||||
_ exported apps on Windows 64 not working?
|
||||
_ https://github.com/processing/processing/issues/2468
|
||||
_ sketch sometimes simply does not launch
|
||||
|
||||
Reference in New Issue
Block a user