Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » JAR-File Export(Exported executable jar-file does not work properly)
JAR-File Export [message #1341822] Thu, 08 May 2014 13:18
Eclipse UserFriend
I am having problems with an executable jar file I created in Eclipse.
In Eclipse's environment everything in my Java project works fine.

When I export an executable .jar file or a simple jar file, the following error occurs:
When my program reaches the point where properties files should be loaded, it breaks with the error:
java.io.FileNotFoundException: src/path/example.properties (No such file or directory)

The point is: java is right, there is no such file because there is no "src" folder.
Eclipse must be responsible for adding "src" to my path - somewhere.

How can I solve this problem with Eclipse?

Thanks in advance for your answers.

Regards.
Previous Topic:Auto closing when work in properties window
Next Topic:Can convert apk to eclipse?
Goto Forum:
  


Current Time: Tue Jul 08 03:25:25 EDT 2025

Powered by FUDForum. Page generated in 0.27487 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top