Rechercher : dans
Par :

[JAVA] probléme d'applications JAVA

Dernière réponse le 21 nov 2008 à 16:21:28 Gueibers, le 1 jun 2006 à 21:51:23 
 Signaler ce message aux modérateurs

Bonjour,
mon probléme est que je n'arrive a ouvrir aucune applications java. Pourtant j'ai essayé de l'installer le desinstaller plusieurs fois et j'ai essayé plusieur versions differents mais il ne marche toujours pas il me dit comme erreur dans la console il me dit
"charger : classe stormvue.StormVue.class introuvable.
java.lang.ClassNotFoundException: stormvue.StormVue.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
charger : classe ScrollItUp.class introuvable.
java.lang.ClassNotFoundException: ScrollItUp.class
at sun.applet.AppletClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.applet.AppletClassLoader.loadCode(Unknown Source)
at sun.applet.AppletPanel.createApplet(Unknown Source)
at sun.plugin.AppletViewer.createApplet(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: open HTTP connection failed.
at sun.applet.AppletClassLoader.getBytes(Unknown Source)
at sun.applet.AppletClassLoader.access$100(Unknown Source)
at sun.applet.AppletClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
... 10 more
Exception in thread "Thread-8" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Exception in thread "Thread-6" java.lang.NullPointerException
at sun.plugin.util.GrayBoxPainter.showLoadingError(Unknown Source)
at sun.plugin.AppletViewer.showAppletException(Unknown Source)
at sun.applet.AppletPanel.runLoader(Unknown Source)
at sun.applet.AppletPanel.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)"

Merci de bien vouloir m'aider, votre aide me sera vraiment utile ;).

Configuration: Windows XP 
Java version 1.5.0 (build 1.5.0_06-b05)

Meilleures réponses pour « [JAVA] probléme d'applications JAVA » dans :
[Logiciel libre] Installation firefox 2.0+java+flash VoirInstallation firefox 2.0+java+flash en ligne de commande A. INTRODUCTION B. INSTALLATION FIREFOX 1. Création d'environnement 2. Téléchargement et vérification de la signature 3. Installation de Firefox 4. Démarrage de l'application C....
Installer Java sous Ubuntu VoirPar défaut, Firefox n'est pas fourni avec Java. Voici comment procéder pour l'installer: Ouvrez un terminal (Menu Applications > Accessoires > Terminal) et tapez: sudo aptitude install sun-java6-jre sun-java6-plugin ou sudo aptitude install ...
Dictionnaire pour téléphones mobiles supportant Java VoirJLearnItME est une application gratuite pour téléphone mobile permettant d'avoir un dictionnaire comprenant 15 langues. La seule condition que doit remplir votre téléphone est de supporter le Java. L'interface utilisateur est...
Java - Premier programme VoirPremière application avec Java La première chose à faire est de créer un simple fichier texte (sans mise en forme) et de taper les quelques lignes suivantes : // Votre premiere application en Java class FirstApp { public static void main...
J2EE - Java 2 Enterprise Edition VoirIntroduction au Java Framework Le «Java Framework» (Java 2 Platform) est composé de trois éditions, destinées à des usages différents : J2ME : Java 2 Micro Edition est prévu pour le développement d'applications embarquées, notamment sur des...
Introduction aux Java Server Pages VoirPrésentation des Java Server Pages Les JSP (Java Server Pages) sont un standard permettant de développer des applications Web interactives, c'est-à-dire dont le contenu est dynamique. C'est-à-dire qu'une page web JSP (repérable par l'extension...

1

thedooz, le 6 nov 2008 à 22:21:37

I have the same problem. I will describe it further: The problem began on one computer after I updated Java. It occurs only on that computer and only with these same two applets, but it occurs in Firefox (versions 2.0.0.9 through 3.0.1) and in Internet Explorer 6. I am currently using JRE 1.6.0_07. Using exactly the same versions of browsers and Java on a different machine (also the same version of Windows, 2000SP4), these applets load and run correctly.

I posted this problem on Tech Support Guys (http://forums.techguy.org/...

I have received no answers that work. Perhaps someone will be able to assist both of us.

Répondre à thedooz

2

 thedooz, le 21 nov 2008 à 16:21:28

I have discovered the problem with my machine, and StormVue and ScrollItUp applets now work correctly.

I had 20,590 files (in C:\Documents and Settings\<user>\Local Settings\Temp) named jar_cache*.tmp. After I deleted all these files, the Java applets executed correctly, both in Firefox and in Internet Explorer.

Répondre à thedooz