I have never had this issue before and I was wondering if anyone else has had the same issue. I have a small
java application that uses the JExcel API
http://jexcelapi.sourceforge.net/ to automate some Excel Sheet Reports. The application works fine when run from the Eclipse
IDE using the "Run as Java Application" selection from the "File" menu, but when I export it to a Runnable Jar file the application is not working. The application will run, but when I select the file to convert it doesn't create the new file.
Has anyone had this same issue with an application running in Eclipse but not when exported to a jar, and if so how did you overcome it?
Thanks in advance,
Robert