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 & HelpPrograms › embedded applet fails to run
Page Index Toggle Pages: 1
embedded applet fails to run (Read 630 times)
embedded applet fails to run
Apr 15th, 2010, 10:34pm
 
Hi Everybody. Thanks in advance for your help; I'm kind of a noob!

I'm getting an error when I attempt to run my applet in a browser. Works fine on my machine. It used to work in the browser too, but I've recently incorporated a GUI library. Any thoughts?

http://adam.theoherns.com/applets/matching_v011/
Re: embedded applet fails to run
Reply #1 - Apr 15th, 2010, 10:39pm
 
If you look in the error message on the applet it says controlP5 missing. Suggests you have that library in some "odd" place eg local folder so it is not getting included when you export applet. Smiley
Check out the library documentation, and ensure you put the library where it is recommended in my case this is sketchbook/libraries folder.
Also check the discourse your problem is not new.
http://processing.org/discourse/yabb2/num_1269728211.html
Re: embedded applet fails to run
Reply #2 - Apr 16th, 2010, 7:19am
 
Thanks for that. I'd really been struggling to get the "libraries" folder to work properly on OSX. For some reason this time it worked. Is there an explanation out there for the "search order", i.e. where Processing looks for libraries and in what order?

Anyway, it's fixed now:

http://adam.theoherns.com/applets/matching_v011/

Smiley Thanks again!!
Page Index Toggle Pages: 1