posted 14 years ago
Hi Folks,
I created a runnable jar using eclipse. There are 4 classes and 2 properties file that are required in jar file. When i run main method from eclipse, all things work well. But when i try to make it a runnable jar and execute it, it throws an error stating that property file not found. But I can see it in my jar file at specified path.
Between i have used property.load method to load the properties. Is this a problem in a jar file?
Please let me know if any other information is required.
Thanks for your support.
Regards,
Patricia Samuel.