MissingResourceException

I'm having a problem that apparently many others have had. I'm new to Java. I've created a Swing Applet and can't get it to run in a browser (IE). It works fine in AppletViewer, but the debug output below is printed in the output window. I've looked and looked for the answer through all of the postings, but there seems to be none (although this seems to be a common problem). I've installed JRE 1.3.

Many thanks,

-Brett Goodman

Exception in thread "main" java.util.MissingResourceException:

Can't find resource for bundle

sun.applet.resources.MsgAppletViewer, key

appletpanel.badattribute.exception

at java.util.ResourceBundle.getObject(ResourceBundle.java:382)

at java.util.ResourceBundle.getString(ResourceBundle.java:354)

at

sun.applet.AppletMessageHandler.getMessage(AppletMessageHandler.java:42)

at sun.applet.AppletPanel.showAppletStatus(AppletPanel.java:697)

at sun.applet.AppletPanel.init(AppletPanel.java:185)

at sun.applet.AppletViewer.<init>(AppletViewer.java:175)

at

sun.applet.StdAppletViewerFactory.createAppletViewer(AppletViewer.java:81)

at sun.applet.AppletViewer.parse(AppletViewer.java:1035)

at sun.applet.AppletViewer.parse(AppletViewer.java:969)

at sun.applet.Main.run(Main.java:140)

at sun.applet.Main.main(Main.java:82)

[1399 byte] By [brettgoodman] at [2007-9-26 11:42:29]
# 1
I've run into the same problem and found that Java has a bug that causes it not to be able to locate file with a suffix .properties in a jar file. You can solve the problem by putting an extra copy of the file in the path where it's supposed to be.V.V.
viravan at 2007-7-2 1:51:11 > top of Java-index,Java HotSpot Virtual Machine,Specifications...