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.
Page Index Toggle Pages: 1
prosvg Mac (Read 532 times)
prosvg Mac
Dec 14th, 2009, 1:03am
 
I would like to use prosvg.
Unfortunatly I get
Code:
NoClassDefFoundError: processing/core/PGraphics2 


So I thought I should recompile (as I understand PGraphics2 is replaced)

Now I need some help for recompiling on Mac. I tried this:
Code:
javac -cp /Applications/Processing.app/Contents/Resources/Java /Applications/Processing.app/Contents/Resources/Java/libraries/prosvg/SVGOut.java /Applications/Processing.app/Contents/Resources/Java/libraries/prosvg/SVGKdl.java /Applications/Processing.app/Contents/Resources/Java/libraries/prosvg/SVGGraphics.java 



But
Code:
/Applications/Processing.app/Contents/Resources/Java/libraries/prosvg/SVGOut.java:13: package processing.core does not exist
import processing.core.PApplet;
                      ^

Any hint appreciated
Katja
Page Index Toggle Pages: 1