J'essaie en vain de mettre une applet sur mon site. Lorsque j'atteins la page, j'ai le message "Ouverture du logement ..." et puis ça tourne en rond ???!!!!
Effectivement avec la console c'est plus parlant ... mais je n'y comprend rien :
Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: javax/jnlp/UnavailableServiceException at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source) at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source) at com.eteks.sweethome3d.applet.ViewerHelper$2.createView3D(Unknown Source) at com.eteks.sweethome3d.viewcontroller.HomeController3D.getView(Unknown Source) at com.eteks.sweethome3d.applet.ViewerHelper$6.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source)
Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: javax/jnlp/UnavailableServiceException at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source) at com.eteks.sweethome3d.swing.HomeComponent3D.<init>(Unknown Source) at com.eteks.sweethome3d.applet.ViewerHelper$2.createView3D(Unknown Source) at com.eteks.sweethome3d.viewcontroller.HomeController3D.getView(Unknown Source) at com.eteks.sweethome3d.applet.ViewerHelper$6.run(Unknown Source) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEventImpl(Unknown Source) at java.awt.EventQueue.access$000(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.awt.EventQueue$1.run(Unknown Source) at java.security.AccessController.doPrivileged(Native Method) at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.lang.ClassNotFoundException: Class javax.jnlp.UnavailableServiceException at com.eteks.sweethome3d.tools.ExtensionsClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at com.eteks.sweethome3d.tools.ExtensionsClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 19 more