/srv/irclogs.ubuntu.com/2008/01/14/#ubuntu-java.txt

uve_hello16:57
uve_I need some help16:57
uve_http://pastebin.com/m7c35450216:57
uve_i dont know why it fails!16:57
uve_any idea?16:59
man-diuve_: your classpath need to contain JAR files, not directory16:59
uve_ok17:01
uve_I've tried with http://pastebin.com/m42695cb517:01
uve_and same result17:01
uve_:S17:01
man-didoes the class actually exist in one of your jars?17:03
uve_yes... it works from ECLIPSE17:04
uve_but when I try in this way ... fails17:04
man-diyou know that eclipse has additional ways where it loads classes from? Have you actually checked your jars?17:05
uve_checked... if there is the class not found??17:20
leonelexport CLASSPATH=/your/archive1.jar:/your/archive2.jar:/your/dir/with/your/dot/class/files17:30
uve_yes... I've just checked and it is in a .JAR17:32
uve_leonel... I've already tried without success17:35
uve_:S17:35
uve_SchemaException is in gt2-api-2.5-M0.jar17:38
uve_I've tried :17:38
uve_/usr/lib/jvm/java-6-sun/jre/bin/java -cp /usr/lib/gt2-2.5-M0/gt2-api-2.5-M0.jar -jar cartocutter.jar 17:39
uve_HOla mundo!!!17:39
uve_Exception in thread "main" java.lang.NoClassDefFoundError: org/geotools/feature/SchemaException17:39
uve_        at CartoCutterLauncher.main(CartoCutterLauncher.java:13)17:39
uve_I'm very confused about this issue!17:40
man-diI forgot, with -jar CLASSPATH and -cl/classpath is ignored19:19
man-diit is expected that the Class-Path setting in the manifest in cartocutter.jar is correct19:20

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!