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

Interfaces Graphiques en Java Discussion :

Problème génération .jar


Sujet :

Interfaces Graphiques en Java

  1. #1
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2011
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2011
    Messages : 5
    Par défaut Problème génération .jar
    Bonjour à tous,

    Je suis actuellement en stage et je développe une application ( interfaces graphiques ) sur l'IDE Eclipse.

    J'essaye d'exporter mon projet en .jar qui pourra être distribué, en vain.

    En effet, le .jar est bien créé dans mon workspace, le début d’exécution se déroule impeccablement, sauf qu'arrivé au moment où mon application va générer un rapport automatiquement ( il se sert d'un modèle word que j'ai placé dans un dossier ), il s'arrête et n'affiche rien.
    Quand je suis sur Eclipse, je n'ai pas du tout ce problème : mon rapport est généré automatiquement avec même l'apparition de la fenêtre qui me demande l'emplacement et le nom de mon rapport.

    J'ai regardé sur les forums et je ne trouve pas de solution à mon problème.

    J'ai donc essayé d'exécuter mon .jar en invite de commandes ( java -jar monjar.jar ) et c'est alors que je vois l'origine de mon problème :

    [IMG]C:\Documents and Settings\Stage info\Mes documents\Mes images\2.bmp[/IMG]

    Voilà ce qui est écrit :
    org.apache.poi.POIXMLException : java.lang.reflect.InvocationTargetException
    Je rappelle que mon projet utilise des librairies externes (j'anticipe ceux qui vont me demander de modifier le manifest ... j'ai déjà fait tout çà)

    Merci

  2. #2
    Expert éminent
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Par défaut
    Pourrais tu nous donner (copier/coller, pas screenshot!) les erreurs que tu obtiens dans ta console?

  3. #3
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2011
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2011
    Messages : 5
    Par défaut
    salut tchize,

    je suis désolé pour la réponse tardive, la société est fermée le week end, du coup, je n'ai pas accès au projet.

    voilà, j'ai refait sur l'invite de commandes ( ou terminal ) : java -jar monprojet.jar et là la seule erreur que j'obtiens est la suivante :
    org.apache.poi.POIXMLException : java.lang.reflect.InvocationTargetException

    Comme je l'avais indiqué dans mon ancien post, sur la console dans eclipse, je n'ai aucune erreur, mon projet fonctionne impeccablement.

    Mon logiciel est utilisé en même temps par des thermiciens du département thermique. Pour l'instant, je leur ai installé eclipse et je leur ai importé le projet et toutes les librairies : à chaque fois, ils ouvrent eclipse et clik sur run pour accéder au logiciel.
    Mais comme tu as certainement pû le constater ce n'est pas très pratique puisqu'ils ont accès au code c'est pour cette raison que j'essaye d'exporter mon projet en .jar

    j'attends ta réponse
    Merci

  4. #4
    Expert éminent
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Par défaut
    cette information ne nous sert à rien, il nous faut l'exception complète avec sa cause.

  5. #5
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2011
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2011
    Messages : 5
    Par défaut
    Bonjour,

    Merci d'essayer de m'aider. Je récapitule mon problème :
    - Mon projet fonctionne parfaitement depuis Eclipse
    - Je l'export en .jar
    - Lorsque je lance le .jar, il bug

    Du coup, je le lance dans l'invit de commande pour connaître les erreurs et savoir ou il s'arrête.

    L'invit de commande bug au moment ou le programme appelle la class xssfworkbook (constrcuteur avec inputstream en paramètre) de la librairrie poi-ooxml-3.7-beta3-20100924.jar.

    L'invit de commande me renvoie org.apache.poi.POIXMLException : java.lang.reflect.InvocationTargetException

    Je répète que tout fonctionne bien quand le programme est lancé depuis eclipse. C'est comme si une classe n'était pas exporté en même temps que le projet.

    Avez-vous une solution ? Comment récupéré l'exception complète depuis un exécutable .jar ????

    Merci d'avance.

  6. #6
    Expert confirmé
    Avatar de sinok
    Profil pro
    Inscrit en
    Août 2004
    Messages
    8 765
    Détails du profil
    Informations personnelles :
    Âge : 45
    Localisation : France, Paris (Île de France)

    Informations forums :
    Inscription : Août 2004
    Messages : 8 765
    Par défaut
    Que contient le manifest de ton jar?
    Où sont placés les jars de POI?

  7. #7
    Expert éminent
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Par défaut
    et donnez le stacktrace complet de votre erreur! (exception.printStackTrace()), parce invocationTargetException, ca veux dire "j'ai eu un problème en invoquant quelque chose", pas très utile en soit

  8. #8
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2011
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2011
    Messages : 5
    Par défaut La balise code, c'est le bidule en forme de shmurt ( # ) dans les boutons
    @ sinok :
    voila ce que contien mon manifest :
    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
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    Manifest-Version: 1.0
    Class-Path: .
    Main-Class: com.senova.main.ThermoSoftMain
     
    Name: org/w3c/tidy/Tidy.class
    Java-Bean: True
     
    Name: org/apache/regexp
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.regexp
    Implementation-Version: 2.5.1
    Specification-Vendor: Apache Software Foundation 
    Specification-Title: Java Regular Expression package 
    Implementation-URL: <a href="http://jakarta.apache.org/regexp" target="_blank">http://jakarta.apache.org/regexp</a>
    Comment: Java Regular Expression package 
    Specification-Version: 1.2
     
    Name: common
    Implementation-Vendor: Sun Microsystems Inc.
    Implementation-Title: MySQL Connector/J
    Implementation-Version: 5.1.13
    Implementation-Vendor-Id: com.mysql
    Specification-Vendor: Sun Microsystems Inc.
    Specification-Title: JDBC
    Specification-Version: 4.0
     
    Name: org/htmlparser/Parser.class
    Java-Bean: True
     
    Name: runtime
    Implementation-Vendor: Princeton University  
    Implementation-Title: runtime 
    Implementation-Version: 2.5.1
    Specification-Vendor: Princeton University 
    Specification-Title: Runtime component of JCup
    Implementation-URL: <a href="http://www.cs.princeton.edu/~appel/modern/java/CUP" target="_blank">http://www.cs.princeton.edu/~appel/modern/java/CUP</a>
     / 
    Comment: Runtime component of JCup 
    Specification-Version: 0.10j 
     
    Name: org/apache/xpath
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xpath
    Implementation-URL: <a href="http://xml.apache.org/xalan-j/dist/" target="_blank">http://xml.apache.org/xalan-j/dist/</a>
    Implementation-Version: 2.5.1
    Comment: XPath engine
     
    Name: org/apache/log4j/
    Implementation-Vendor: "Apache Software Foundation"
    Implementation-Title: log4j
    Implementation-Version: 1.2.13
     
    Name: org/htmlparser/beans/HTMLTextBean.class
    Java-Bean: True
     
    Name: org/apache/xml
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xml
    Implementation-URL: <a href="http://xml.apache.org/xalan-j/dist/" target="_blank">http://xml.apache.org/xalan-j/dist/</a>
    Implementation-Version: 2.5.1
    Comment: DTM implementation and utilities
     
    Name: org/apache/bcel
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.bcel
    Implementation-Version: 2.5.1
    Specification-Vendor: Markus Dahm 
    Specification-Title: Byte Code Engineering Library 
    Implementation-URL: <a href="http://jakarta.apache.org/bcel" target="_blank">http://jakarta.apache.org/bcel</a>
    Comment: Byte Code Engineering Library 
    Specification-Version: 5.0 rc1 
     
    Name: org/apache/commons/httpclient
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.commons.httpclient
    Implementation-Version: 3.1
    Implementation-Vendor-Id: org.apache
    Specification-Vendor: Apache Software Foundation
    Specification-Title: Jakarta Commons HttpClient
    Specification-Version: 3.1
    Extension-name: org.apache.commons.httpclient
    X-Compile-Source-JDK: 1.2
    X-Compile-Target-JDK: 1.2
     
    Name: org/apache/xalan/xsltc
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xalan.xsltc
    Implementation-Version: 2.5.1
    Specification-Vendor: Sun Microsystems Inc.
    Specification-Title: Java API for XML Processing
    Implementation-URL: <a href="http://xml.apache.org/xalan-j/dist/" target="_blank">http://xml.apache.org/xalan-j/dist/</a>
    Comment: Main XSLTC engine implementing TrAX/JAXP
    Specification-Version: 1.2
     
    Name: javax/xml/parsers/
    Implementation-Vendor: Sun Microsystems Inc.
    Implementation-Title: javax.xml.parsers
    Implementation-Version: 1.2.01
    Specification-Vendor: Sun Microsystems Inc.
    Specification-Title: Java API for XML Processing
    Implementation-URL: <a href="http://java.sun.com/xml/jaxp.html" target="_blank">http://java.sun.com/xml/jaxp.html</a>
    Comment: based on xml-commons external 1.2.01
    Specification-Version: 1.2
     
    Name: java_cup
    Implementation-Vendor: Princeton University 
    Implementation-Title: java_cup 
    Implementation-Version: 2.5.1
    Specification-Vendor: Princeton University 
    Specification-Title: Parser Generator for Java 
    Implementation-URL: <a href="http://www.cs.princeton.edu/~appel/modern/java/CUP" target="_blank">http://www.cs.princeton.edu/~appel/modern/java/CUP</a>
     / 
    Comment: Parser Generator for Java 
    Specification-Version: 0.10j 
     
    Name: org/apache/xml/resolver
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xml.resolver.Catalog
    Implementation-URL: <a href="http://xml.apache.org/commons/" target="_blank">http://xml.apache.org/commons/</a>
    Implementation-Version: 1.1
    Comment: xml-commons Resolver code
     
    Name: org/htmlparser/beans/StringBean.class
    Java-Bean: True
     
    Name: javax/xml/transform/
    Implementation-Vendor: Sun Microsystems Inc.
    Implementation-Title: javax.xml.transform
    Implementation-Version: 1.2.01
    Specification-Vendor: Sun Microsystems Inc.
    Specification-Title: Java API for XML Processing
    Implementation-URL: <a href="http://java.sun.com/xml/jaxp.html" target="_blank">http://java.sun.com/xml/jaxp.html</a>
    Comment: based on xml-commons external 1.2.01
    Specification-Version: 1.2
     
    Name: org/xml/sax/
    Implementation-Vendor: David Megginson
    Implementation-Title: org.xml.sax
    Implementation-Version: 2.0.1
    Specification-Vendor: David Megginson
    Specification-Title: Simple API for XML
    Implementation-URL: <a href="http://www.saxproject.org/" target="_blank">http://www.saxproject.org/</a>
    Comment: based on xml-commons external 1.2.01
    Specification-Version: 2.0.1
     
    Name: org/w3c/dom/
    Implementation-Vendor: World Wide Web Consortium
    Implementation-Title: org.w3c.dom
    Implementation-Version: 1.0
    Specification-Vendor: World Wide Web Consortium
    Specification-Title: Document Object Model, Level 2 Core
    Implementation-URL: <a href="http://www.w3c.org/DOM/" target="_blank">http://www.w3c.org/DOM/</a>
    Comment: based on xml-commons external 1.2.01
    Specification-Version: 1.0
     
    Name: JLex
    Implementation-Vendor: Princeton University 
    Implementation-Title: JLex 
    Implementation-Version: 2.5.1
    Specification-Vendor: Princeton University 
    Specification-Title: A Lexical Analyzer for Java 
    Implementation-URL: <a href="http://www.cs.princeton.edu/~appel/modern/java/JLe" target="_blank">http://www.cs.princeton.edu/~appel/modern/java/JLe</a>
     x/
    Comment: A Lexical Analyzer for Java 
    Specification-Version: 1.2.5 
     
    Name: org/apache/xerces/xni/
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xerces.xni
    Implementation-Version: 1.1
    Specification-Vendor: Apache Software Foundation
    Specification-Title: Xerces Native Interface
    Implementation-URL: <a href="http://xml.apache.org/xerces2-j/" target="_blank">http://xml.apache.org/xerces2-j/</a>
    Comment: Xerces Native Interface
    Specification-Version: 1.1
     
    Name: org/htmlparser/beans/HTMLLinkBean.class
    Java-Bean: True
     
    Name: org/apache/xalan
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xalan
    Implementation-Version: 2.5.1
    Specification-Vendor: Sun Microsystems Inc.
    Specification-Title: Java API for XML Processing
    Implementation-URL: <a href="http://xml.apache.org/xalan-j/dist/" target="_blank">http://xml.apache.org/xalan-j/dist/</a>
    Specification-Version: 1.2
    Comment: Main Xalan engine implementing TrAX/JAXP
     
    Name: org/apache/xerces/impl/Version.class
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xerces.impl.Version
    Implementation-URL: <a href="http://xml.apache.org/xerces2-j/" target="_blank">http://xml.apache.org/xerces2-j/</a>
    Implementation-Version: 2.6.2
    Comment: Xerces-J 2.6.2 
     
    Name: org/htmlparser/beans/LinkBean.class
    Java-Bean: True
     
    Name: org/apache/xmlbeans/
    Implementation-Vendor: Apache Software Foundation
    Implementation-Title: org.apache.xmlbeans
    Implementation-URL: <a href="http://xmlbeans.apache.org/" target="_blank">http://xmlbeans.apache.org/</a>
    Implementation-Version: 2.5.0-r882429
    Comment: Apache XmlBeans version 2.5.0-r882429

    jai deja essayé un truc ke javai trouvé dans un otre forum et qui consistait à mettre dans classpath toutes les librairies externes que j'avais utilisé mais NON PLUS ca ne marchait pas.
    les librairies sont dans un répertoir nommé lib, jai meme placé le .jar dans ce dossier avec tout les .jar ( notament le poi-3.7....) mai RIEN NY FAIt

    @ tchize : voila le stacktrace complet de l'erreur, j'avais pas de try catch dans mon projet puisque sur eclipse tout fonctionnait correctement dc là j'ai fais ce que tu m'a demandé et voilà ce que j'obtiens :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
     
    Fichier extrait
    Extracting: word/footnotes.xml
    ...
    Extracting: word/numbering.xml
    Fichier extrait
    Extracting: customXml/_rels/item1.xml.rels
    Fichier extrait
    j'en ai marre
    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
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
     
    org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException
            at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFact
    ory.java:61)
            at org.apache.poi.POIXMLDocumentPart.read(POIXMLDocumentPart.java:277)
            at org.apache.poi.POIXMLDocument.load(POIXMLDocument.java:186)
            at org.apache.poi.xssf.usermodel.XSSFWorkbook.<init>(XSSFWorkbook.java:1
    89)
            at com.senova.rapportgenerator.RapportGenerator.generateGraphes(RapportG
    enerator.java:568)
            at com.senova.rapportgenerator.RapportGenerator.<init>(RapportGenerator.
    java:89)
            at com.senova.rapportgenerator.XMLBilanGenerator.<init>(XMLBilanGenerato
    r.java:66)
            at com.senova.fenetreprincipale.FenetrePrincipale.genererRapport(Fenetre
    Principale.java:245)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at com.trolltech.qt.internal.QSignalEmitterInternal$AbstractSignalIntern
    al.emit_helper(QSignalEmitterInternal.java:368)
            at com.trolltech.qt.QSignalEmitter$Signal1.emit(QSignalEmitter.java:209)
     
            at com.trolltech.qt.gui.QApplication.exec(Native Method)
            at com.senova.main.ThermoSoftMain.main(ThermoSoftMain.java:34)
    Caused by: java.lang.reflect.InvocationTargetException
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
     
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at org.apache.poi.xssf.usermodel.XSSFFactory.createDocumentPart(XSSFFact
    ory.java:59)
            ... 15 more
    Caused by: java.lang.NoSuchMethodError: org.openxmlformats.schemas.spreadsheetml
    .x2006.main.CTNumFmts.getNumFmtList()Ljava/util/List;
            at org.apache.poi.xssf.model.StylesTable.readFrom(StylesTable.java:114)
            at org.apache.poi.xssf.model.StylesTable.<init>(StylesTable.java:92)
            ... 20 more
    org.apache.poi.POIXMLException: java.lang.reflect.InvocationTargetException
    A l'aide !! s'il vous plaît, ca me rend fou ce truc

  9. #9
    Expert éminent
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Par défaut
    Ha ben, ca commence à etre clair:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    Caused by: java.lang.NoSuchMethodError: org.openxmlformats.schemas.spreadsheetml
    .x2006.main.CTNumFmts.getNumFmtList()Ljava/util/List;
            at org.apache.poi.xssf.model.StylesTable.readFrom(StylesTable.java:114)
    C'est une erreur qui se produit typiquement quand org.apache.poi.xssf.model.StylesTable a été compilé avec un version de org.openxmlformats.schemas.spreadsheetml
    .x2006.main.CTNumFmts
    qui est différente de celle que tu lui fournis à l'exécution et que le org.openxmlformats.schemas.spreadsheetml
    .x2006.main.CTNumFmts
    fournis à l'exécution n'a pas de méthode getNumFmtList()Ljava/util/List; dont l'application a besoin

    Assure toi, d'utiliser les versions de librairies qui ont été prévues par leur auteur pour fonctionner ensemble. Si X demande la libraire Y version 2, ne lui fournis pas la librairie Y version 1.9
    Assure toi aussi que tu ne met pas la même librairie en plusieurs versions!

  10. #10
    Membre à l'essai
    Profil pro
    Inscrit en
    Mars 2011
    Messages
    5
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2011
    Messages : 5
    Par défaut
    Salut tchize
    merci de m'avoir répondu

    si ce problème arrive souvent ca veut donc aussi dire que la solution a probablement était trouvé.

    Bon, j'utilise sur eclipse la librairie poi-3.7-beta3-20100924.jar qui contient org.apache.poi.xssf.usermodel.Workbook (InputStream ) et la librairie poi-ooxml-schemas-3.7-beta3-20100924.jar
    ( o momen ou jecrivai cette premiere partie de message tout ne fonctionnai pas mais jai eu une inspiration , je me sui rapelé ke javai ajouté une librarie ki contenanti ossi org.apache.openxml4j .... )


    voila
    MON PROBLEME EST RESOLU !!!!!
    l'erreur c t ke javai en plus la librairie ooxml-schemas-1.0.jar ce ki comme tu me la dis peut ne pas etre compatible

    Je l'ai donc viré et TT FONCTIONNE IMPECABLEMEN sur ECLIPSE et dans le .jar


    Ce soir, je vais enfin pouvoir dormir !!!!

    merci tchize ! ce ptit message de 5 lignes m'a enormémen apporté !!!!

  11. #11
    Expert éminent
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 482
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 46
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 482
    Par défaut
    Citation Envoyé par showben Voir le message
    Salut tchize
    merci de m'avoir répondu

    si ce problème arrive souvent ca veut donc aussi dire que la solution a probablement était trouvé.
    J'ai pas dit souvent, j'ai dit typique

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Problème exportation JAR avec images
    Par oliwan dans le forum Eclipse Java
    Réponses: 4
    Dernier message: 22/06/2009, 20h08
  2. Problème génération Jar file
    Par Polux000 dans le forum Eclipse Java
    Réponses: 1
    Dernier message: 22/10/2008, 11h09
  3. Problème génération de jar
    Par croc14 dans le forum Eclipse Java
    Réponses: 14
    Dernier message: 02/05/2007, 17h58
  4. Problème Génération fichier texte
    Par veenie dans le forum Oracle
    Réponses: 5
    Dernier message: 18/05/2006, 11h21

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