Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to alter user libraries's default path(How to alter user libraries's default path)
How to alter user libraries's default path [message #660797] Mon, 21 March 2011 16:19 Go to next message
Viet Pham is currently offline Viet PhamFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,
I have 8 user libraries included in my project. They are all right under the project root folder in my eclipse. I was wondering if there is any way for me to create a folder called ulibs and put all my user libraries under it. That way my project does not get too crowded with user libraries.

So, here is the current folder structure:
myproj/userlib1
myproj/userlib2
myproj/userlib3
myproj/userlib4
....

and here is the desired folder structure:
myproj/ulibs/userlib1
myproj/ulibs/userlib2
myproj/ulibs/userlib3
myproj/ulibs/userlib4

Thanks.
Re: How to alter user libraries's default path [message #660809 is a reply to message #660797] Mon, 21 March 2011 16:50 Go to previous messageGo to next message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 21-Mar-11 10:19, Viet Pham wrote:
> Hi,
> I have 8 user libraries included in my project. They are all right under
> the project root folder in my eclipse. I was wondering if there is any
> way for me to create a folder called ulibs and put all my user libraries
> under it. That way my project does not get too crowded with user libraries.
>
> So, here is the current folder structure:
> myproj/userlib1
> myproj/userlib2
> myproj/userlib3
> myproj/userlib4
> ...
>
> and here is the desired folder structure:
> myproj/ulibs/userlib1
> myproj/ulibs/userlib2
> myproj/ulibs/userlib3
> myproj/ulibs/userlib4
>
> Thanks.

Sure, you can compose your own User Library, call it anything you like
and subsume anything under it you want.

[Java] Build Path -> Libraries (tab) -> Add Library... -> User Library
-> Next -> User Libraries (button) -> etc.

If you have more questions, check out
http://www.javahotchocolate.com/tutorials/jars.html
Re: How to alter user libraries's default path [message #660855 is a reply to message #660809] Tue, 22 March 2011 04:03 Go to previous messageGo to next message
Viet Pham is currently offline Viet PhamFriend
Messages: 7
Registered: July 2009
Junior Member
I think you misunderstood what I am looking for. I know how to include user libraries into my project. Just that they all appear under the project root directory. What I wanted was creating a ulibs directory and put all user libraries under it so that my project does not get too crowded. thanks.
Re: How to alter user libraries's default path [message #660859 is a reply to message #660855] Tue, 22 March 2011 04:25 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 2011.03.21 22:03, Viet Pham wrote:
> I think you misunderstood what I am looking for. I know how to include
> user libraries into my project. Just that they all appear under the
> project root directory. What I wanted was creating a ulibs directory and
> put all user libraries under it so that my project does not get too
> crowded. thanks.

Yup, that's what I was telling you how to do.
Previous Topic:How to duplicate a Java Project?
Next Topic:Eclipse - Get a current (not-yet-saved) content of a file
Goto Forum:
  


Current Time: Thu Apr 25 15:28:41 GMT 2024

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

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

Back to the top