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)

