I get this error message when I try convertjxl21.jar:Weird. I cannot reproduce this here. Make sure the JPluck directory is the current directory.
java -jar convertjxl21.jar rick-main4.jxl rick-main21.jxl
Exception in thread "main" java.lang.NoClassDefFoundError: net/sf/jpluck/jxl/JXL21Converter
You can also run it by specifying the classpath and main class manually.
java -cp build\jpluck2.jar;lib\endorsed\xml-apis.jar;lib\endorsed\xercesImpljar;lib\commons-cli.jar;lib\commons-jxpath-1.1.jar net.sf.jpluck.jxl.JXL21Converter rick-main4.jxl rick-main21.jxl
Regards -Laurens _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

