Problème avec une Japplet
bonsoir,
je viens de finir mon application alors je l'ai empaqueté dans un fichier JAR puis au moment du test dans un browser (IE) j'ai les erreurs suivantes et c'est VRAIMENT Tres URGENT :? :?
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13
| Exception in thread "Thread-3" java.lang.IllegalArgumentException
at sun.net.www.ParseUtil.decode(Unknown Source)
at sun.net.www.protocol.file.Handler.openConnection(Unknown Source)
at sun.net.www.protocol.file.Handler.openConnection(Unknown Source)
at java.net.URL.openConnection(Unknown Source)
at sun.applet.AppletPanel.getAccessControlContext(Unknown Source)
at sun.applet.AppletPanel.getClassLoader(Unknown Source)
at sun.applet.AppletPanel.createAppletThread(Unknown Source)
at sun.applet.AppletPanel.init(Unknown Source)
at sun.plugin.AppletViewer.createClassLoader(Unknown Source)
at sun.plugin.AppletViewer.appletInit(Unknown Source)
at sun.plugin.viewer.LifeCycleManager.initAppletPanel(Unknown Source)
at sun.plugin.viewer.IExplorerPluginObject$Initer.run(Unknown Source) |
voila le code de ma page html ou cas ou :
Code:
1 2 3 4 5 6 7
| <html>
<APPLET
code="JfrmWelcome.class" Archive="creditinfine.jar"
width=100 height=100>
</APPLET>
</html> |
le bizzare c'est que ca marché dans le Appletviewer :!:
AIDEZ MOI