| Author |
problem while using manifest.mf
|
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
I am using mainfest.mf and mentioning all the jars in the .mf file and and all the jars are in my windows folder c:\prj\lib\x.jar. I have removed all the jars from project folder. So now when I compile, it should compile but it is not happening. I am using RAD 7.5.4.
Any guesses.
-Jignesh
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26499
|
|
|
For compiling, the build path on the project is used. For runtime, the manifest is used. Check the build path is in sync with the manifest.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Deepak Pant
Ranch Hand
Joined: Feb 13, 2004
Posts: 443
|
|
I agree with Jeanne. You can get more details about Manifest.mf at following URL:
http://java.sun.com/developer/Books/javaprogramming/JAR/basics/manifest.html
|
 |
 |
|
|
subject: problem while using manifest.mf
|
|
|