[16:57] hello [16:57] I need some help [16:57] http://pastebin.com/m7c354502 [16:57] i dont know why it fails! [16:59] any idea? [16:59] uve_: your classpath need to contain JAR files, not directory [17:01] ok [17:01] I've tried with http://pastebin.com/m42695cb5 [17:01] and same result [17:01] :S [17:03] does the class actually exist in one of your jars? [17:04] yes... it works from ECLIPSE [17:04] but when I try in this way ... fails [17:05] you know that eclipse has additional ways where it loads classes from? Have you actually checked your jars? [17:20] checked... if there is the class not found?? [17:30] export CLASSPATH=/your/archive1.jar:/your/archive2.jar:/your/dir/with/your/dot/class/files [17:32] yes... I've just checked and it is in a .JAR [17:35] leonel... I've already tried without success [17:35] :S [17:38] SchemaException is in gt2-api-2.5-M0.jar [17:38] I've tried : [17:39] /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] HOla mundo!!! [17:39] Exception in thread "main" java.lang.NoClassDefFoundError: org/geotools/feature/SchemaException [17:39] at CartoCutterLauncher.main(CartoCutterLauncher.java:13) [17:40] I'm very confused about this issue! [19:19] I forgot, with -jar CLASSPATH and -cl/classpath is ignored [19:20] it is expected that the Class-Path setting in the manifest in cartocutter.jar is correct