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.
IndexProcessing DevelopmentLibraries,  Tool Development › library does not work anymore
Pages: 1 2 
library does not work anymore (Read 9982 times)
Re: library does not work anymore
Reply #15 - Feb 5th, 2010, 7:19am
 
Hi Smiley
I have the same problem as everyone else here... libraries won't load
My sketch path: Processing/angoisse1/angoisse1.pde
Libraries path: Processing/angoisse1/libraries/objloader/library/objloader.jar
Mac OS 10.5.8

Thanks
Re: library does not work anymore
Reply #16 - Feb 5th, 2010, 7:49am
 
"Contributed libraries must be downloaded separately and placed within the "libraries" folder of your Processing sketchbook."
In the path you provide (thanks!), the sketchbook path is "Processing", that's the place where all your sketches go. The sketch path is "Processing/angoisse1" (quel titre ! Smiley).
So you should have the jar in: "Processing/libraries/objloader/library/objloader.jar"
The interest is by putting the libraries independently of any sketch, they can be used/shared by all of them.
Otherwise, if you want that library only for this sketch, you can put the jar in: "Processing/angoisse1/code/objloader.jar"
Re: library does not work anymore
Reply #17 - Feb 5th, 2010, 8:45am
 
I think I found the solution in a french forum
You have to copy your libraries into the sketch's library folder as described, and ALSO in Processing's core libraries folder

hope this helps Smiley
Re: library does not work anymore
Reply #18 - Feb 5th, 2010, 8:50am
 
oops! For some reason my browser window didn't refresh, I hadn't seen PhiLho had already answered... thanks a lot
by the way PhiLho... are you français ?
Merci Smiley
Re: library does not work anymore
Reply #19 - Feb 5th, 2010, 9:41am
 
Oui.

And no need to copy libraries in Processing core libraries folder.
Pages: 1 2