|
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
|
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.
|
|
|
|
|