2009/10/3 dadar wrote: > > I run the app from Netbeans > Then I'm afraid it looks like there is something wrong with your Netbeans setup. But just to confirm that try running the app from the command line (I think you said that you have maven 2.0.9 installed on your system).
In a terminal window / command box, go to the top directory of your project (containing the pom.xml) and type: mvn exec:java -Dexec.mainClass=org.geotools.demo.Quickstart (edit as required if you used a different package and/or class name) Hopefully, the app will run properly. Michael ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
