File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes IDEs, Version Control and other tools and the fly likes MANIFEST.MF Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "MANIFEST.MF" Watch "MANIFEST.MF" New topic
Author

MANIFEST.MF

mark I thomas
Ranch Hand

Joined: Apr 07, 2008
Posts: 83
I am working on a j2ee project. In my EJB project there is a MANIFEST.MF file. Is this file automatically generated by IDE ? If I want to make a third party .jar that I added at the application level to be accessed by this EJB project, shall I manually modify this MANIFEST.MF file of EJB project ??
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5533

Usually you want to create a EAR file and place the third-party JAR file in the EAR's lib directory.

This seems more like an EJB question to me than an IDE question. But I'll see where this discussion goes before moving it.


JBoss In Action
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MANIFEST.MF
 
Similar Threads
SCJD- problem making jar - project from Andrew Monkhouse and Terry Camerlengo book
Unable to create jar with specified manifest.mf
EAR Files?
MANIFEST.MF
Use thirdparty JAR in EJB project in RSA 6.0.1