On Mon, Feb 23, 2004 at 05:34:39AM -0600, Rick Ankrum wrote: > I tried your suggestion and here are my results: (running Mepis Linux, > run in the directory where the jxl is and I copied the convertjxl21.jar > there as well) > > 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
This classpath is specified in windows format. Since you're using linux, you need to use unix format for the classpath: '/' instead of '\' and ':' instead of ';'. -- Jason Day jasonday at http://jasonday.home.att.net worldnet dot att dot net "Of course I'm paranoid, everyone is trying to kill me." -- Weyoun-6, Star Trek: Deep Space 9 _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

