IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

JWS Java Discussion :

jnlp jre 1.4 et 1.6


Sujet :

JWS Java

  1. #1
    Membre averti
    Profil pro
    Inscrit en
    Février 2005
    Messages
    54
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 54
    Par défaut jnlp jre 1.4 et 1.6
    Bonjour,

    j'ai une application qui se lance bien avec une jre 1.4 ou 1.5
    mais avec une jre 1.6 ça m'affiche l'erreur suivante:
    dans l'onglet exception

    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
    	at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    	at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    	at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    	at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    	at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    	at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    	at com.sun.javaws.Launcher.launch(Unknown Source)
    	at com.sun.javaws.Main.launchApp(Unknown Source)
    	at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    	at com.sun.javaws.Main$1.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    et dans l'onglet exception bouclé j'ai:
    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
    19
    20
    21
    va.util.zip.ZipException: invalid entry size (expected 2365128712 but got 3969 bytes)
    	at java.util.zip.ZipInputStream.readEnd(Unknown Source)
    	at java.util.zip.ZipInputStream.read(Unknown Source)
    	at com.sun.deploy.net.HttpDownloadHelper.decompressWrite(Unknown Source)
    	at com.sun.deploy.net.HttpDownloadHelper.download(Unknown Source)
    	at com.sun.deploy.cache.Cache.downloadResourceToCache(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
    	at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
    	at com.sun.javaws.LaunchDownload.downloadJarFiles(Unknown Source)
    	at com.sun.javaws.LaunchDownload.downloadEagerorAll(Unknown Source)
    	at com.sun.javaws.Launcher.downloadResources(Unknown Source)
    	at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source)
    	at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
    	at com.sun.javaws.Launcher.launch(Unknown Source)
    	at com.sun.javaws.Main.launchApp(Unknown Source)
    	at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
    	at com.sun.javaws.Main$1.run(Unknown Source)
    	at java.lang.Thread.run(Unknown Source)
    est ce que quelqu'un a une idée du probleme SVP

    Merci d'avance

  2. #2
    Membre averti
    Profil pro
    Inscrit en
    Février 2005
    Messages
    54
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 54
    Par défaut
    up

  3. #3
    Membre averti
    Profil pro
    Inscrit en
    Février 2005
    Messages
    54
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 54
    Par défaut
    SVP

  4. #4
    Membre Expert
    Avatar de Patriarch24
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Septembre 2003
    Messages
    1 047
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : Industrie

    Informations forums :
    Inscription : Septembre 2003
    Messages : 1 047
    Par défaut
    va.util.zip.ZipException: invalid entry size (expected 2365128712 but got 3969 bytes)
    C'est quoi comme appli ? Tu l'as développée ou pas ?

  5. #5
    Membre averti
    Profil pro
    Inscrit en
    Février 2005
    Messages
    54
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 54
    Par défaut
    non ce n'ai pas moi qu'il a developpé;

    mais comme j'ai dis si on demarre en jws 1.4 ou 1.5 elle marche bien mais pas avec la 1.6

    vous avez une idée SVP?

  6. #6
    Membre Expert
    Avatar de Patriarch24
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Septembre 2003
    Messages
    1 047
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : Industrie

    Informations forums :
    Inscription : Septembre 2003
    Messages : 1 047
    Par défaut
    C'est quoi comme appli ?
    alors ?

  7. #7
    Membre averti
    Profil pro
    Inscrit en
    Février 2005
    Messages
    54
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Février 2005
    Messages : 54
    Par défaut
    c'est une application qui est développé par un de mes collègue qui va nous servir en interne pour faire quelque fonctionnalitée de routine (c'est long à expliquer).
    mais je ne vois pas ou est que la nature de l'application interviens dans le fonctionnement de la JWS ???!!!

    Merci comme même

  8. #8
    Membre Expert
    Avatar de Patriarch24
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Septembre 2003
    Messages
    1 047
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 41
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : Industrie

    Informations forums :
    Inscription : Septembre 2003
    Messages : 1 047
    Par défaut
    A priori il y a un problème de packaging. Essaie de refaire le jar, et on verra ce que ça donne

Discussions similaires

  1. JRE Version - JNLP ERREUR INSTALLATION - Applet
    Par alexc_fr dans le forum JWS
    Réponses: 1
    Dernier message: 10/11/2010, 11h28
  2. Aide sur JNLP : forcer une JRE dans le raccourci
    Par sebwood dans le forum Débuter avec Java
    Réponses: 2
    Dernier message: 14/05/2010, 17h51
  3. Réponses: 6
    Dernier message: 28/10/2004, 08h18
  4. [jre]utiliser une autre vm dans eclipse
    Par champion dans le forum Eclipse Java
    Réponses: 10
    Dernier message: 02/07/2004, 11h21
  5. Exécutable Java avec JRE intégré
    Par clawhammer dans le forum JBuilder
    Réponses: 2
    Dernier message: 06/10/2003, 16h26

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo