mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
minor tweaks to library handling, mostly updating the revisions.txt file
This commit is contained in:
@@ -90,6 +90,8 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
windowLocation.x + "," + windowLocation.y) :
|
||||
(PApplet.EXT_LOCATION + x1 + "," + y1);
|
||||
|
||||
System.out.println("library path is " + sketch.libraryPath);
|
||||
|
||||
String command[] = new String[] {
|
||||
//"cmd", "/c", "start",
|
||||
|
||||
@@ -97,7 +99,8 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
"-Djava.library.path=" +
|
||||
// sketch.libraryPath might be ""
|
||||
// librariesClassPath will always have sep char prepended
|
||||
sketch.libraryPath + PdeSketchbook.librariesClassPath +
|
||||
sketch.libraryPath +
|
||||
//PdeSketchbook.librariesClassPath +
|
||||
File.pathSeparator + System.getProperty("java.library.path"),
|
||||
"-cp",
|
||||
sketch.classPath + PdeSketchbook.librariesClassPath,
|
||||
|
||||
Reference in New Issue
Block a user