Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » ADT project "is Library"
ADT project "is Library" [message #902782] Mon, 20 August 2012 12:32 Go to next message
rus rus is currently offline rus rusFriend
Messages: 1
Registered: August 2012
Junior Member
ADT have abilities "mark" project as Library. And use this project in any other projects. I can modify "Library" project and it touch all project that use this "library". This very comfortable for management. I thought this ability standard for eclipse but can not find this option. Question: How i can achieve this ability without ADT, for `java.core` development? Thanks.
Re: ADT project "is Library" [message #902813 is a reply to message #902782] Mon, 20 August 2012 14:57 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 08/20/2012 07:32 AM, rus rus wrote:
> ADT have abilities "mark" project as Library. And use this project in
> any other projects. I can modify "Library" project and it touch all
> project that use this "library". This very comfortable for management. I
> thought this ability standard for eclipse but can not find this option.
> Question: How i can achieve this ability without ADT, for `java.core`
> development? Thanks.
For Java project, you use the Project Dependencies tab of the Build Path
property page. Create the Library project. In the projects that should
depend on this project go to the Project Dependencies tab and select the
project.

If you need to access jars included on the Library project classpath,
you need to use the Order and Export tab on the Library Projects Build
Path property page. Check the jar files that dependent projects need to
see and they will automatically be added to the classpath of dependent
projects.
Previous Topic:How can I update status message in JFace ApplicationWindow
Next Topic:Juno Fails to Connect to Market
Goto Forum:
  


Current Time: Thu Apr 25 08:31:45 GMT 2024

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

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

Back to the top