Hi all i've this situation
Main class is located into "matsrc" directory.Code:- C:\
- javagraf
MANIFEST.txt
- hofstra
- matsrc
*.class
- expr
*.class
I want to creare .jar file in "javagraf" directory.
My MANIFEST:
Quote:
Manifest-Version: 1.0
Created-By: XXX
Main-Class: hofstra\matscr\mainClass.class
Quote:
cd C:\javafagraf
I've tryed with:Quote:
jar cmf MANIFEST.txt MyJar.jar ???
but it don't work.Quote:
jar cmf MANIFEST.txt MyJar.jar hofstra\matscr\*.class hofstra\matscr\expr\*.class
Where is the problem?

