From: Marius P. <Mar...@st...> - 2009-08-24 08:11:41
|
Hey Kevin, you were right. The following line did the trick (in case anyone else runs into this problem): export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/ Thanks! Regards, marius Am 24.08.2009 um 09:32 schrieb Kevin Glass: You were right to switch to 1.6, Path2D is since 1.6. However, I think the Java settings tool might flip the Java runtime rather than the JDK. Try setting $JAVA_HOME before you run ant - I think thats how it finds it's JDK. Kev 2009/8/24 Marius Pacha <Mar...@st... <mailto:Mar...@st...> > 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 ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july <http://p.sf.net/sfu/bobj-july> _______________________________________________ xmlvm-users mailing list xml...@li... <mailto:xml...@li...> https://lists.sourceforge.net/lists/listinfo/xmlvm-users <https://lists.sourceforge.net/lists/listinfo/xmlvm-users> |