|
Author |
Topic: compiling applets for network debugging (Read 390 times) |
|
depth
|
compiling applets for network debugging
« on: Nov 18th, 2003, 1:23am » |
|
hey p5ers, i'd like to debug a network app by running the client and server on the same machine. problem is, that machine happens to be running OSX and OSX won't let me run two versions of p5 at the same time. since they're network apps, they won't run from within a browser. so i need to compile applets. but i can't seem to find all the files i need to do this. i tried copying all of the .class files from the lib/export directory, but javac still says i'm missing gnu.io, and has a couple problems with video ('cannot resolve symbol' method beginVideo or variable video). is there a way to extract what i need from the .jar file created when exporting to web? or another way to go about this? thanks much, -depth
|
|
|
|
|