Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Access resources from exported and dev apps without changing code(Eclipse Configuration)
Access resources from exported and dev apps without changing code [message #1697008] Sat, 30 May 2015 18:38
Eclipse UserFriend
Hello everyone. I'm developing a game using Java and Eclipse. I
have a problem: I want to be able to run the game from Eclipse, but
at the same time to be able to execute the game from the jar (that
would be the "deployed" app). I need to include sounds and images,
but I don't want to include all inside the jar, because I think
that would be bad for performance. So when running from Eclipse,
where should I put all the images and sounds?

For "deployed" version I'm planning to put them in the same
directory as the main jar.

So basically the question would be how to access drive resources
from Eclipse and from the exported app without modifying the code

Previous Topic:Specified JRE not being used from eclipse.ini
Next Topic:Apache felix GoGo shell doesn't work, can't read commands properly
Goto Forum:
  


Current Time: Sun Apr 20 10:04:42 EDT 2025

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

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

Back to the top