| Author |
Resources from a JAR file for w/s
|
Edward Morris
Greenhorn
Joined: Jun 29, 2006
Posts: 18
|
|
I made an executable jar for my application and I'm having trouble with this, C:\>java -jar jed.jar Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name jedit, locale en_US at java.util.ResourceBundle.throwMissingResourceException(Unknown Source ) at java.util.ResourceBundle.getBundleImpl(Unknown Source) at java.util.ResourceBundle.getBundle(Unknown Source) at edu.bsu.cs.gui.JeditResources.<init>(JeditResources.java:40) at edu.bsu.cs.gui.JeditControls.<init>(JeditControls.java:76) at edu.bsu.cs.gui.JeditFrame.<init>(JeditFrame.java:84) at JEdit.main(JEdit.java:6) My app reads all the resources from a .properties file and all the image resources for icons are in my classes older that I included in the jar. How do I fix this?
|
 |
Carl Trusiak
Sheriff
Joined: Jun 13, 2000
Posts: 3340
|
|
|
What code are you using to load the resource bundles?
|
 |
Aalok Pandit
Greenhorn
Joined: Sep 26, 2005
Posts: 15
|
|
|
try this link. it might be helpful.
|
 |
 |
|
|
subject: Resources from a JAR file for w/s
|
|
|