I have not had any trouble on this one, did you set up via eclipse or via
download? What version of geotools are you using etc...

The module we are looking for is gt-epsh-hsql which uses the hsql database
to "unpack" a copy of the EPSG database into a tmp directory.

--
Jody Garnett

On 3 March 2015 at 14:32, mehdi akhdar <a_...@yahoo.fr> wrote:

> Hi,
> i am practicing the geotools Feature tutorial in the section of creating a
> FeatureType.
> i'm having a java error in this line:
>
> final SimpleFeatureType TYPE = DataUtilities.createType("Location",
>                 "the_geom:Point:srid=4326," + // <- the geometry attribute: 
> Point type
>                 "name:String," +   // <- a String attribute
>                 "number:Integer"   // a number attribute
>
> the error message is:
> Exception in thread "main" java.lang.NoClassDefFoundError: Could not
> initialize class org.hsqldb.lib.FrameworkLogger
>
> the hsql.jar is in the buildPath libraries.
> i'm running the app in a 7 java version.
> does anyone know the cause of this issue?
> thanks
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> GeoTools-GT2-Users mailing list
> GeoTools-GT2-Users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
GeoTools-GT2-Users mailing list
GeoTools-GT2-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to