Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Create jar with dependent files only
Create jar with dependent files only [message #211910] Tue, 09 August 2005 13:49 Go to next message
Eclipse UserFriend
Hi

In JBuilder, while creating a jar, we can choose "Specified and dependent
classes" option. Eg. Say there are classes package1.Class1,
package2.Class1, package2.Class2, package2.Class3. We want to create the
jar with package1.Class1. And package1.Class1 depends on package2.Class1.
JBuilder creates jar which will have only package1.Class1 and
package2.Class1. It does not include package2.Class2 and package2.Class3
in the jar because package1.Class1 does not need them. I could not achieve
the same in Eclipse using "Export->Jar", how do I do this in Eclipse?

Thanks
Yuva
Re: Create jar with dependent files only [message #211959 is a reply to message #211910] Wed, 10 August 2005 05:24 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: daniel.megert.gmx.net

Yuva Chandolu wrote:

> Hi
>
> In JBuilder, while creating a jar, we can choose "Specified and
> dependent classes" option. Eg. Say there are classes package1.Class1,
> package2.Class1, package2.Class2, package2.Class3. We want to create
> the jar with package1.Class1. And package1.Class1 depends on
> package2.Class1. JBuilder creates jar which will have only
> package1.Class1 and package2.Class1. It does not include
> package2.Class2 and package2.Class3 in the jar because
> package1.Class1 does not need them. I could not achieve the same in
> Eclipse using "Export->Jar", how do I do this in Eclipse?

This is currently not supported. Check bugzilla for the corresponding
feature request.

Dani

>
> Thanks
> Yuva
>
>
Re: Create jar with dependent files only [message #212066 is a reply to message #211959] Wed, 10 August 2005 13:53 Go to previous message
Eclipse UserFriend
Thanks Dani, that helps
Previous Topic:APT feature alpha release now available
Next Topic:help moving project location
Goto Forum:
  


Current Time: Wed May 07 13:54:45 EDT 2025

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

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

Back to the top