FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Programming Questions & Help
   Syntax
(Moderators: fry, REAS)
   compiling applets for network debugging
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: compiling applets for network debugging  (Read 390 times)
depth

WWW Email
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
 
depth

WWW Email
Re: compiling applets for network debugging
« Reply #1 on: Nov 18th, 2003, 1:34am »

never mind.  i see this has already been addressed:
http://proce55ing.net/discourse/yabb/board_Syntax_action_displa_y_num_1061949945.html
 
looks like i'll just have to sit tight til video's ready for export, too!  p5's getting so solid it's easy to forget it's in alpha...
 
Pages: 1 

« Previous topic | Next topic »