more library and menu work

This commit is contained in:
benfry
2004-09-12 22:57:27 +00:00
parent 73fa9e4359
commit 9e3cd0b6a9
6 changed files with 55 additions and 16 deletions

View File

@@ -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(),