> I also read that you can tell Eclipse which JDK to use and in the preferences 
> I see under Java
> and installed JREs that I have a check on Java JVM 1.5.0 (mac os x default).
>
> This versions should be compatible right?

Apple make this harder than it should be by having non-intuitive and
frequently changed conventions about where Java is installed and where
Java updates go. I'm not sure about Leopard, but with Snow Leopard if
you want a JDK with javadocs included you now have to download it
separately from the Apple developer site and when installed it goes
somewhere completely different to the JDK that is bundled with the OS.

My guess is that you do indeed have a mix up of versions, even if it
isn't obvious. If possible, can you try building and running the
Quickstart app from the command line rather than your IDE.  From
within the top source dir...

mvn clean install
mvn exec:java -Dexec.mainClass=org.geotools.tutorial.quickstart.Quickstart

I *think* maven will use the same Java to build and run the app. If
that works, it suggests you need to check your IDE setup again.

Michael

------------------------------------------------------------------------------
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
The must-attend event for mobile developers. Connect with experts. 
Get tools for creating Super Apps. See the latest technologies.
Sessions, hands-on labs, demos & much more. Register early & save!
http://p.sf.net/sfu/rim-blackberry-1
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to