fix library examples for net and camera, fix libs as well

This commit is contained in:
benfry
2004-09-27 00:25:47 +00:00
parent 52714aa519
commit dc0ef36fdd
3 changed files with 26 additions and 7 deletions

View File

@@ -381,9 +381,10 @@ public class PdeRuntime implements PdeMessageConsumer {
return;
}
// these are used for debugging, in case there are concerns
// that som errors aren't coming through properly
//System.err.println("message " + s.length() + ":" + s);
// is this only for debugging, or?
if (s.length() > 2) System.err.println(s);
//if (s.length() > 2) System.err.println(s);
// this is PApplet sending a message saying "i'm about to spew
// a stack trace because an error occurred during PApplet.run()"

View File

@@ -322,6 +322,9 @@ public class PdeSketchbook {
if (addLibraries(importMenu, new File(getSketchbookPath()))) {
importMenu.addSeparator();
}
if (addLibraries(importMenu, examplesFolder)) {
importMenu.addSeparator();
}
addLibraries(importMenu, librariesFolder);
//System.out.println("libraries cp is now " + librariesClassPath);