Hello, i am not sure this is the right place where to post my suggestion about the Geotools Quickstart, but i can't find any other way to contact someone from geotools.
Some imprecision in the Quickstart guide http://www.geotools.org/quickstart.html 1. the xml dependency is missing the closure tag </dependencies> 2. to run the quickstart code i had to add the following dependency line (that is not present in the guide) <dependency> <groupId>javax.media</groupId> <artifactId>jmf</artifactId> <version>2.1.1e</version> </dependency> <dependency> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> <version>1.1.3</version> </dependency> otherwise i had an ClassNotFoundException about javax.media.jai.PropertySource i am using jdk 1.6.0_11, maven 2.2.1, eclipse Galileo 3.5 on Windows XP. hope this helps. bye -- Riccardo Casatta
------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev
_______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
