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
   Programs
(Moderators: fry, REAS)
   including java code
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: including java code  (Read 360 times)
soundsokay


including java code
« on: Oct 4th, 2003, 2:13am »

hi all,
 
i heard some of you have had some experience with including java code within the processing environment.  
 
is there a tutorial somewhere for including JAR files or otherwise extending processing with java?
 
thx,
 
-soundsokay
 
 
 
 
fry


WWW
Re: including java code
« Reply #1 on: Oct 4th, 2003, 5:44am »

there are a few notes in the revisions.txt file, but basically, if you drop a .jar file (or .zip or .class file) into a folder called 'code' inside your sketch folder, then it'll load that up for use with your app. and no need for import blah.*; since they'll magically be added.
 
Pages: 1 

« Previous topic | Next topic »