2009/10/3 dadar wrote: > then how do I post my question in user list?? Well, you just replied to the list then :-) Presumably you have subscribed to the list ? If not, see the link to the user list on this page:
http://geotools.org/getinvolved.html > that's right michael. I get the error when I running the Quickstart and > choose the shape file. after I choose the file then I get error > here is the error: > Exception in thread "main" java.lang.NoClassDefFoundError: > net/miginfocom/swing/MigLayout Please try this: In Netbeans, clean and build your project. In the Projects window expand the libraries element of your project. You should see a long list of jars. At the top of the list you should see GeoTools 2.6-M3 jars that were specified in your pom.xml: gt-main, gt-shapefile, gt-epsg-hsql, gt-swing. Below these should be a long list of other jars that these modules use. Scan the list and look for one called miglayout-3.7-swing.jar and tell me if you find it or not. 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
