Andy I do not know if you are working on windows/linux. For linux, I will sketch an idea how to find missing classes in jar files.
for f in `find . -name *.jar` ; do echo $f; unzip -l $f | grep misssingclasname; done Since you can get a listing of the class files within a jar file using your favorite zip utility, you have a possibility to search. The above statement executes a recursive directory search for jar files, lists the contents of each jar file and shows the misssingclasname if it is found. I have no skills on the windows cmd line, cannot assist here. Cheers Christian Quoting phantom1...@gmx.de: > Thanks jody and christian, > > for quick help! > > I added following gt file: > gt-main* > gt-metadata* > jts* > > and then I get another error message: > org.geotools.factory.FactoryNotFoundException: No factory of kind > "MathTransformFactory" found. > > I guess that I missing more libraries. > > Andy > > -------- Original-Nachricht -------- >> Datum: Thu, 13 Jan 2011 18:59:35 +1000 >> Von: Jody Garnett <jody.garn...@gmail.com> >> An: phantom1...@gmx.de >> CC: geotools-gt2-users@lists.sourceforge.net, >> "geotools-de...@lists.sourceforge.net" >> <geotools-de...@lists.sourceforge.net> >> Betreff: Re: [Geotools-devel] gt libs in tomcat > >> GeoTools use the Java "Factory service provider" lookup system in order to >> find the various plugins and so forth. Occasionally we get into trouble >> with restricted environments like eclipse plugins where it prevents reading >> of the META_INF/services folder inside each jar. >> >> As far as I can tell GeoServer works fine with Tomcat; I think they may of >> had to turn on an option to allow it to work? >> >> Jody >> >> On 13/01/2011, at 6:39 PM, phantom1...@gmx.de wrote: >> >> > Hi, >> > >> > I would like to use the GeoTools libraries in Tomcat. If I add the >> libraries in Eclipse to the directory WEB-INF/lib, then I get >> following error >> message: >> > - ClassNotFoundException: org.geotools.data.AbstractFileDataStore >> > >> > why the libraries are not found? How can I solve it? >> > >> > Andy >> > >> > -- >> > Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! >> > Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail >> > >> > >> ------------------------------------------------------------------------------ >> > Protect Your Site and Customers from Malware Attacks >> > Learn about various malware tactics and how to avoid them. Understand >> > malware threats, the impact they can have on your business, and how you >> > can protect your company and customers by using code signing. >> > http://p.sf.net/sfu/oracle-sfdevnl >> > _______________________________________________ >> > Geotools-devel mailing list >> > geotools-de...@lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/geotools-devel >> >> >> ------------------------------------------------------------------------------ >> Protect Your Site and Customers from Malware Attacks >> Learn about various malware tactics and how to avoid them. Understand >> malware threats, the impact they can have on your business, and how you >> can protect your company and customers by using code signing. >> http://p.sf.net/sfu/oracle-sfdevnl >> _______________________________________________ >> Geotools-devel mailing list >> geotools-de...@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/geotools-devel > > -- > Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! > Jetzt De-Mail-Adresse reservieren: http://portal.gmx.net/de/go/demail > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. ------------------------------------------------------------------------------ Protect Your Site and Customers from Malware Attacks Learn about various malware tactics and how to avoid them. Understand malware threats, the impact they can have on your business, and how you can protect your company and customers by using code signing. http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Geotools-gt2-users mailing list Geotools-gt2-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users