quand j'execute mon applet je recoi cette erreure pourtan j'ai bien signé mon applet
il s'agit d'un programme open source que j'ai ajouter a mon applet pour visualisé des photos et quand je l’enlève tout fonctionne bien ( avec Applet Viewer tout fonctionne bien ) une solution svp ?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18 Exception in thread "thread applet-irc/EIrc.class-1" java.lang.ExceptionInInitializerError at javax.media.opengl.GLJPanel.<clinit>(GLJPanel.java:83) at orgimg.progx.twinkle.Twinkle.<init>(Twinkle.java:19) at irc.EIrc.init(EIrc.java:108) at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.security.AccessControlException: access denied (java.util.PropertyPermission jogl.verbose read) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPropertyAccess(Unknown Source) at java.lang.System.getProperty(Unknown Source) at com.sun.opengl.impl.Debug$2.run(Debug.java:75) at java.security.AccessController.doPrivileged(Native Method) at com.sun.opengl.impl.Debug.isPropertyDefined(Debug.java:73) at com.sun.opengl.impl.Debug.<clinit>(Debug.java:52) ... 5 more
Partager