Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Merging JARs
Merging JARs [message #129239] Mon, 22 December 2003 17:20 Go to next message
Eclipse UserFriend
Originally posted by: sroy.mac.com

Hi!

This is my first posting here, and am relatively new to Eclipse, even
though I have tested many releases of it in the last 2 years. Now I'm
starting to use it more consistently.

I have a question regarding the creation of JAR files. Is it possible to
have JAR libraries used in a project merged into the generated JAR of my
product? In the JAR Packager, I see that I can include the JAR libraries,
but they're jarred as is. What I'm looking for instead is a way to have
the libraries unjarred and then jarred into my final JAR. Is that
possible?

Steve
Re: Merging JARs [message #129300 is a reply to message #129239] Tue, 23 December 2003 03:55 Go to previous message
Eclipse UserFriend
Originally posted by: zero.kelvin.web.de

The thing you are looking for is called "ANT", my friend!
It is kinda build-in to Eclipse. With that little thing your write your
own jar-and-unjar task, VEERY easily in an XML-language.

You have <jar> and <unjar> tasks in there. Eclipse also offers a very
cool editor for making the ant "build.xml" files.

Open the "Ant" view in your eclipse and this http://ant.apache.org/!

Regards, Tim
Previous Topic:Eclipse and cewolf
Next Topic:jad site not online
Goto Forum:
  


Current Time: Sun Jul 27 11:26:16 EDT 2025

Powered by FUDForum. Page generated in 0.04522 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top