Java & Eclipse: Resources in JAR? -


how can add resources (images) directly jar file? example, if open minecraft.jar (of minecraft) can see few classes , folders resources.

if try put resources in /src folder, eclipse show them in package explorer annoying.

when decompile minecraft (minecraft coder pack) there no resources in /src folder. how can add resources minecraft does?

thanks in advance!!

you can create new folder , mark source folder (rightclick on folder in eclipse -> build path -> use source folder). should able use ressources without them being in /src folder.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -