We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpIntegration › Using non-processing java libraries with processin
Page Index Toggle Pages: 1
Using non-processing java libraries with processin (Read 686 times)
Using non-processing java libraries with processin
Jun 19th, 2006, 6:52pm
 
I can't seem to get my java libraries to work properly with processing... I have my sketch, I click "add file", and the jar is copied to the code subdirectory of my sketch directory. I add an include line to my java-mode sketch, and I get a long winded error:


/tmp/build7403.tmp/FlickrTest.java:1:34:1:52: Semantic Error: You need to modify your classpath, sourcepath, bootclasspath, and/or extdirs setup. Jikes could not find package "com.aetreion.flickr" in:

(long list of directories)

Anyone else have any luck?
Re: Using non-processing java libraries with proce
Reply #1 - Jun 20th, 2006, 1:51pm
 
i'd look inside your jar file (using a zip file viewer) to make sure that it's structured the way that you expect. for instance, is there a folder at the root of it called "com" which contains "aetreion" which contains "flickr" and so on.
Page Index Toggle Pages: 1