[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
MalformedURLException  XML
Forum Index -> Development
Author Message
dstrigel

Power User

Joined: 09/12/2010 09:23:42
Messages: 69
Offline

Hello!

With Firefox (3.6.14) we have a strange behaviour.
After open our application a few times in different tabs we get a MalformedURLException in the Java console. The browser screen keeps black...
With IE we couldn't reproduce this.

Did you have a similiar issue? And maybe you have an explenation and/or a solution?

Kind regards,
Daniel


Code:
 java.net.MalformedURLException: no protocol: eclnt/lib/eclnt.jar
 	at java.net.URL.<init>(Unknown Source)
 	at java.net.URL.<init>(Unknown Source)
 	at sun.plugin.util.GrayBoxPainter.setProgressFilter(Unknown Source)
 	at sun.plugin2.applet.Plugin2Manager.setupGrayBoxPainter(Unknown Source)
 	at sun.plugin2.applet.Plugin2Manager.access$600(Unknown Source)
 	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
 	at java.lang.Thread.run(Unknown Source)
 Ausnahme: name
 java.lang.IllegalArgumentException: name
 	at sun.plugin2.applet.Applet2ClassLoader.addJar(Unknown Source)
 	at sun.plugin2.applet.Applet2Manager.loadJarFiles(Unknown Source)
 	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
 	at java.lang.Thread.run(Unknown Source)
 Ausnahme: java.lang.IllegalArgumentException: name
dstrigel

Power User

Joined: 09/12/2010 09:23:42
Messages: 69
Offline

with Firefox (3.6.15) it should be fixed...

http://www.heise.de/newsticker/meldung/Firefox-3-6-15-behebt-Problem-mit-Java-Applets-1202936.html
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team