uve_ | hello | 16:57 |
---|---|---|
uve_ | I need some help | 16:57 |
uve_ | http://pastebin.com/m7c354502 | 16:57 |
uve_ | i dont know why it fails! | 16:57 |
uve_ | any idea? | 16:59 |
man-di | uve_: your classpath need to contain JAR files, not directory | 16:59 |
uve_ | ok | 17:01 |
uve_ | I've tried with http://pastebin.com/m42695cb5 | 17:01 |
uve_ | and same result | 17:01 |
uve_ | :S | 17:01 |
man-di | does the class actually exist in one of your jars? | 17:03 |
uve_ | yes... it works from ECLIPSE | 17:04 |
uve_ | but when I try in this way ... fails | 17:04 |
man-di | you 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 |
leonel | export CLASSPATH=/your/archive1.jar:/your/archive2.jar:/your/dir/with/your/dot/class/files | 17:30 |
uve_ | yes... I've just checked and it is in a .JAR | 17:32 |
uve_ | leonel... I've already tried without success | 17:35 |
uve_ | :S | 17:35 |
uve_ | SchemaException is in gt2-api-2.5-M0.jar | 17: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/SchemaException | 17:39 |
uve_ | at CartoCutterLauncher.main(CartoCutterLauncher.java:13) | 17:39 |
uve_ | I'm very confused about this issue! | 17:40 |
man-di | I forgot, with -jar CLASSPATH and -cl/classpath is ignored | 19:19 |
man-di | it is expected that the Class-Path setting in the manifest in cartocutter.jar is correct | 19:20 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!