From: Marius P. <Mar...@st...> - 2009-08-24 07:29:51
|
Hi list, I'm stuck here trying to build xmlvm on the mac (10.5.6). The build process stops as the Path2D class can't be found. [javac] /Users/mpa/dev/xmlvm/src/xmlvm2objc/compat-lib/java/org/xmlvm/ iphone/UIAlertView.java:10: cannot find symbol [javac] symbol : class Path2D [javac] location: package java.awt.geom [javac] import java.awt.geom.Path2D; [javac] ^ Does anyone have a clue why it wouldn't find the class or at least where it's stored, couldn't find it so far as it's my first time working with java on the mac. Btw. I did switch to java 6 using the java java settings tool, but still nothing. Any help would be great. Thanks for your time, marius |