Eclipse et Export Jar : Failed to load Main-Class ....

Eclipse et Export Jar : Failed to load Main-Class .... - Java - Programmation

Marsh Posté le 14-04-2004 à 15:38:46    

:hello: ,
je suis aller faire un tour sur les topics apropos de jar mais je vois pas ou le probleme dans le jar.
 
j ai ce projet

Code :
  1. package test
  2.    RunDemo.class
  3. package test.GUI
  4.    MainGUI.class
  5.    InfoGUI.class
  6. ect...


 
dans mon jar il y a le dossier avec le nom du projet
META-INF
      MANIFEST.MF
 

Code :
  1. Manifest-Version: 1.0


.classpath

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.       <classpath>
  3.       <classpathentry kind="src" path=""/>
  4.       <classpathentry kind="con"
  5.       path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
  6.       <classpathentry kind="output" path=""/>
  7.       </classpath>


.nbattrs

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.       <!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes  
  3.       1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd">
  4.       <attributes version="1.0">
  5.       <fileobject name="Person.java">
  6.       <attr name="EA-OpenIDE-Connection" un gros truc encode 
  7.       </fileobject>
  8.       </attributes>


.project    

Code :
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.         <projectDescription>
  3. <name>BlackRedWhite_Game</name>
  4. <comment></comment>
  5. <projects>
  6. </projects>
  7. <buildSpec>
  8.  <buildCommand>
  9.   <name>org.eclipse.jdt.core.javabuilder</name>
  10.   <arguments>
  11.   </arguments>
  12.  </buildCommand>
  13. </buildSpec>
  14. <natures>
  15.  <nature>org.eclipse.jdt.core.javanature</nature>
  16. </natures>
  17.         </projectDescription>


 
message d erreru lors du lancement du test.jar

Code :
  1. D:\>java -jar test.jar
  2. Failed to load Main-Class manifest attribute from
  3. test.jar


 
une idee ?  

Reply

Marsh Posté le 14-04-2004 à 15:38:46   

Reply

Marsh Posté le 14-04-2004 à 16:07:54    

dans ton Manifest, il devrait avoir cette ligne :
 
Main-Class: test.RunDemo
 

Reply

Marsh Posté le 14-04-2004 à 16:31:33    

c est bon ca marche, merci !

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed