I have tried to add it to the manifest file. but it still doesn't seem
to work. One thing I did notice is that in the NetBeans IDE i had to
modify the source compiling options to associate to the file.
What I tried was in the manifest file:
Main-Class: workapp2.Main
Class-Path: jxl.jar
i placed a copy of the jxl.jar in the same directory as the files for
the jar. I am still getting the errors above when i try just to run the
jar from dos using: java -jar WorkApp2.jar. the program runs fine until
it gets to the point were it needs to read the excel document, where it
craps out?
The Newf
> I have tried to add it to the manifest file. but it still doesn't seem
> to work. One thing I did notice is that in the NetBeans IDE i had to
[quoted text clipped - 10 lines]
> it gets to the point were it needs to read the excel document, where it
> craps out?
I don't remember all the steps I went through to figure this out
by trial and error, but I quit as soon as it worked.
My classpath (Windows XP Pro). I took out the things that
were specific to my environment like c:\bin;
echo %classpath%
> .;
> ..;
> ..\..;
> c:\Shareware\jExcelAPI\jexcelapi\jxl.jar;
I have a copy of jxl.jar in my highest level source directory.
C:\Eclipse3.1M2\workspace\NewDraw\src\jxl.jar
> The Newf