bonjours tous le monde voila la creation du jar m'echape et j'ai besoin de votre aide c urgent svp.
par exemple :j'ai créé un fichier java test.java qui a pour role d'afficher un simple message à l'ecran voici mon fichier manifest
Manifest-Version: 1.0
Created-By: 1.4.1_01 (Sun Microsystems Inc.)
Main-Class: test
ensuite qd je tape la cmd suivante :
jar cvfm monappli.jar META-INF/MANIFEST.MF test.class
voici le message d'exception q'elle m'affiche:
java.io.FileNotFoundException: META-INF\MANIFEST.MF (Le fichier spÚcifiÚ est introuvable)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:106)
at java.io.FileInputStream.<init>(FileInputStream.java:66)
at sun.tools.jar.Main.run(Main.java:122)
at sun.tools.jar.Main.main(Main.java:903)
merci.