Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » export package with referenced jar's included
export package with referenced jar's included [message #987070] Fri, 23 November 2012 09:41 Go to next message
Jaroslav Urban is currently offline Jaroslav UrbanFriend
Messages: 2
Registered: November 2012
Junior Member
He everybody,

I have long and painfully googled but to no avail.

Is there any possibility of exporting my package as archive and have
there automatically included jar's that I reference in the source code
in a way that when someone else imports the package the build path will
contain those jar's?

I mean without having to add them manually to the build path after the
import.

Thanks a lot
jaro
Re: export package with referenced jar's included [message #987331 is a reply to message #987070] Mon, 26 November 2012 08:20 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 23.11.2012 15:34, Jaroslav Urban wrote:
> He everybody,
>
> I have long and painfully googled but to no avail.
>
> Is there any possibility of exporting my package as archive and have
> there automatically included jar's that I reference in the source code
> in a way that when someone else imports the package the build path will
> contain those jar's?
>
> I mean without having to add them manually to the build path after the
> import.
It depends. If you have the JARs already in your project, then simply
export the project to a ZIP. This will add the JARs and also the files
the define your project and its Java build path. Another common way of
sharing a project would be via a team repository.

Dani
>
> Thanks a lot
> jaro
Previous Topic: Failed to initialize Monitor Thread: Unable to establish loopback connection
Next Topic:Add GlassFish 3.1.2 Runtime to Eclipse Juno
Goto Forum:
  


Current Time: Sun Sep 22 18:09:37 GMT 2024

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

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

Back to the top