Re: Applet xxxApplet notinitiated
<samuel.levesque@gmail.com> wrote in message
news:1153246977.415928.166700@i42g2000cwa.googlegroups.com...
Hi,
I have a program that generate web pages to view processes
online.(Generated in JRE1.3)
The generate web page work fine on my local machine but when I try to
lunch it from the Web Server I got this error message: Applet
WebPublishApplet notinitiated and got an X in the place where the Java
applet should be...
When I look to the Java console I've find this message:
java.util.MissingResourceException: Can't find bundle for base name
modelapplet, locale en
at java.util.ResourceBundle.throwMissingResourceException(Unknown
Source)
at java.util.ResourceBundle.getBundleImpl(Unknown Source)
at java.util.ResourceBundle.getBundle(Unknown Source)
at
ModelTestFile.getGlobalParameters(U:/ARIS/Bugfix/6.2.x/ARIS40/WebPublisher/meta/applets/sModel/ModelTestFile.java:327)
at
ModelTestFile.init(U:/ARIS/Bugfix/6.2.x/ARIS40/WebPublisher/meta/applets/sModel/ModelTestFile.java:90)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
The web server is on IIS and the JRE is 1.4.2_06
Any one got any hint to solve this problem?
Is the applet in the form of one big JAR file, or lots of little class
files?
- Oliver