Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse APIs for Jar Manipulation
Eclipse APIs for Jar Manipulation [message #149103] Fri, 24 October 2003 15:55 Go to next message
Eclipse UserFriend
Originally posted by: sppatel.us.ibm.com

This is a multipart message in MIME format.
--=_alternative 00578DC485256DC9_=
Content-Type: text/plain; charset="US-ASCII"

Are there any eclipse APIs where I can create a .jar file in a project,
and easily add/remove contents (class files) to that jar?
--=_alternative 00578DC485256DC9_=
Content-Type: text/html; charset="US-ASCII"


<br><font size=2 face="sans-serif">Are there any eclipse APIs where I can
create a .jar file in a project, and easily add/remove contents (class
files) to that jar?</font>
--=_alternative 00578DC485256DC9_=--
Re: Eclipse APIs for Jar Manipulation [message #149121 is a reply to message #149103] Fri, 24 October 2003 16:14 Go to previous messageGo to next message
Jerome Lanneluc is currently offline Jerome LannelucFriend
Messages: 572
Registered: July 2009
Senior Member
Sorry no such API exists. You will have to use
java.util.jar.JarOutputStream.

<sppatel@us.ibm.com> wrote in message news:bnbi1g$tuv$1@eclipse.org...

Are there any eclipse APIs where I can create a .jar file in a project, and
easily add/remove contents (class files) to that jar?
Re: Eclipse APIs for Jar Manipulation [message #149214 is a reply to message #149103] Fri, 24 October 2003 20:31 Go to previous message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

sppatel@us.ibm.com wrote:

>
> Are there any eclipse APIs where I can create a .jar file in a
> project, and easily add/remove contents (class files) to that jar?

There's API to create JARs but none to modify them (see
org.eclipse.jdt.jui.jarpackager)

Dani
Previous Topic:new Eclipse article: Mutatis mutandis - Using Preference Pages as Property Pages
Next Topic:Dynamic menu item: no notifications at startup due to the lazy plugin loading?
Goto Forum:
  


Current Time: Sun Oct 06 15:19:22 GMT 2024

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

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

Back to the top