Hi! > I get this error message when I try convertjxl21.jar: > java -jar convertjxl21.jar rick-main4.jxl rick-main21.jxl > Exception in thread "main" java.lang.NoClassDefFoundError: > net/sf/jpluck/jxl/JXL21Converter
Are you using the right java version? ( java -version at the command line) If you are running windows, "java -jar" isn't enough. This only calls the build-in jave (version 1.3). If you have installed java 1.4 try to call it with the complete path e.g. "c:\program files\java\java -jar" convertjxl21.jar rick-main4.jxl rick-main21.jxl This should work Bye, Oliver _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

