mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
more library and menu work
This commit is contained in:
@@ -90,9 +90,12 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
|
||||
String command[] = new String[] {
|
||||
"java",
|
||||
"-Djava.library.path=" + sketch.libraryPath, // might be ""
|
||||
"-Djava.library.path=" +
|
||||
// sketch.libraryPath might be ""
|
||||
// librariesClassPath will always have sep char prepended
|
||||
sketch.libraryPath + PdeSketchbook.librariesClassPath,
|
||||
"-cp",
|
||||
sketch.classPath,
|
||||
sketch.classPath + PdeSketchbook.librariesClassPath,
|
||||
"processing.core.PApplet",
|
||||
location,
|
||||
PApplet.EXT_SKETCH_FOLDER + sketch.folder.getAbsolutePath(),
|
||||
|
||||
Reference in New Issue
Block a user