Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 17:18
Roland Gutsch is currently offline Roland GutschFriend
Messages: 1
Registered: May 2014
Junior Member
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: Sat Jul 27 10:09:28 GMT 2024

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

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

Back to the top