Kalid k Askar 30.Dec.02 04:04 PM a Web browser Applications development2.0Windows NT/2000
Hi,
I am developing a Messenger by using Sametime2.0. The program works god with chat but when I implemented the audio functions I got following error when I run Appletviewer:
java.util.MissingResourceException: Can't find resource
at java.util.ResourceBundle.getObject(ResourceBundle.java:289)
at java.util.ResourceBundle.getString(ResourceBundle.java:265)
at sun.applet.AppletMessageHandler.getMessage(AppletMessageHandler.java:
39)
at sun.applet.AppletPanel.showAppletStatus(AppletPanel.java:564)
at sun.applet.AppletPanel.init(AppletPanel.java:134)
at sun.applet.AppletViewer.<init>(AppletViewer.java:184)
at sun.applet.StdAppletViewerFactory.createAppletViewer(AppletViewer.jav
a:72)
at sun.applet.AppletViewer.parse(Compiled Code)
at sun.applet.AppletViewer.parse(AppletViewer.java:897)
at sun.applet.AppletViewer.main(Compiled Code)
I have developed a cab file that has all my classes that I use in the program. When I run in internet Explorer he saying that it is an error at line 4 (the function loadNativeLibs()) in the html file. Here is the html file that I use.