Skip to main content



      Home
Home » Newcomers » Newcomers » Creating jar with dependent classes
Creating jar with dependent classes [message #91694] Wed, 03 August 2005 11:05 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: Creating jar with dependent classes [message #95972 is a reply to message #91694] Fri, 19 August 2005 09:36 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?

Not yet support. AFAIK there's a feature request in bugzilla.

Dani

>
> Thanks
> Yuva
>
>
Re: Creating jar with dependent classes [message #96000 is a reply to message #95972] Fri, 19 August 2005 11:11 Go to previous message
Eclipse UserFriend
Thanks Dani. That helps.

-Yuva
Previous Topic:printing from eclipse
Next Topic:I want a src/java folder in two Projects. Apparently Eclipse only allows one.
Goto Forum:
  


Current Time: Mon Jul 14 12:07:28 EDT 2025

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

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

Back to the top