Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Create programmatically User Library
Create programmatically User Library [message #327827] Mon, 05 May 2008 11:28 Go to next message
Eclipse UserFriend
Originally posted by: monicasofiacarvalho.hotmail.com

Hello!

I have a wizard that gives the user the option of using a Library or
create one in the project. But from the moment the user defined a Library,
this should be created as user library to be used in a next time and not
having to define it again.

How I create a User Library that exists in the workspace every time I
restart Eclipse?

Help me please...
Re: Create programmatically User Library [message #327829 is a reply to message #327827] Mon, 05 May 2008 11:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Mónica,

I'm not sure there is registration/extension point way, but
JavaCode.setClasspathVariable does it programmatically.

Mónica wrote:
> Hello!
>
> I have a wizard that gives the user the option of using a Library or
> create one in the project. But from the moment the user defined a
> Library, this should be created as user library to be used in a next
> time and not having to define it again.
>
> How I create a User Library that exists in the workspace every time I
> restart Eclipse?
>
> Help me please...
>
Re: Create programmatically User Library [message #327830 is a reply to message #327827] Mon, 05 May 2008 12:17 Go to previous message
Danail Nachev is currently offline Danail NachevFriend
Messages: 110
Registered: July 2009
Senior Member
It is a little strange to create *user* library *programatically*. Why
don't you let the user to create it themselves. To improve user
experience, you can provide a link to the preference page similar how
the launch dialog does it for installed JREs, for example.

Mónica wrote:
> Hello!
>
> I have a wizard that gives the user the option of using a Library or
> create one in the project. But from the moment the user defined a
> Library, this should be created as user library to be used in a next
> time and not having to define it again.
>
> How I create a User Library that exists in the workspace every time I
> restart Eclipse?
>
> Help me please...
>
Previous Topic:Validation Status Change Listener
Next Topic:Where is "Manage Configuration" gone in 3.4M6
Goto Forum:
  


Current Time: Fri Jul 12 08:52:10 GMT 2024

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

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

Back to the top