Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » exporting to jar, include library from build path
exporting to jar, include library from build path [message #41341] Wed, 28 May 2003 00:21 Go to next message
Eclipse UserFriend
Originally posted by: rmaker.qualcomm.com

I am wondering how you can bundle a project, and all the jars on it's
build path together into one jar. I can export my project minus the jars
on it's build path, but that isn't a help. I know JBuilder does this, and
I would assume Eclipse does, but I really don't know how.

Thanks for your help,

Reid
Re: exporting to jar, include library from build path [message #41746 is a reply to message #41341] Wed, 28 May 2003 09:37 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Reid Maker wrote:

>I am wondering how you can bundle a project, and all the jars on it's
>build path together into one jar. I can export my project minus the jars
>on it's build path, but that isn't a help. I know JBuilder does this, and
>I would assume Eclipse does, but I really don't know how.
>
You should not bundle JARs into a JAR. First bundle your code into a JAR
then package up your stuff in a ZIP file (File > Export... > Zip file).
If you still want to do this you can check the archive of this
newsgroup: exactly the same questions has been answered about a week
ago. You could also automate this using ant.

HTH
Dani
Previous Topic:Eclipse just freezes during cvs interaction
Next Topic:Accesing to imports....
Goto Forum:
  


Current Time: Thu Dec 26 12:04:29 GMT 2024

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

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

Back to the top