Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » add library in project preferences
add library in project preferences [message #108132] Thu, 07 August 2003 11:30 Go to next message
Eclipse UserFriend
Originally posted by: stb.pstt.de

Hallo,
a question for the normal development (no plug-in development).
is it possible to make a container of jars and then put it to the classpath?
The JRE system libray is such a container.
But I do not find a place where I can specify my own containers.
TIA
Ciao
Peter Schütt
--
www.pstt.de
Re: add library in project preferences [message #108393 is a reply to message #108132] Thu, 07 August 2003 16:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

There is no user way of doing that directly without plugin written code.
The easiest thing to do is

1) Create a new project,
2) Import all of yours jars into that project,
3) Make sure that the jars are exported on the build path,
4) Other projects that need those jars should just add the new project
as a required project on the build path.

This way you will get the same effect of just one addition brings them
all in.

Rich
Re: add library in project preferences [message #108828 is a reply to message #108393] Fri, 08 August 2003 08:11 Go to previous message
Eclipse UserFriend
Originally posted by: newsgroup.pstt.de

Hallo,

> There is no user way of doing that directly without plugin written code.
> The easiest thing to do is
>
> 1) Create a new project,
> 2) Import all of yours jars into that project,
> 3) Make sure that the jars are exported on the build path,
> 4) Other projects that need those jars should just add the new project
> as a required project on the build path.
>
> This way you will get the same effect of just one addition brings them
> all in.

Thanks very much.
I do it in this way.

Ciao
Peter Sch
Previous Topic:Re: Help Needed on Perspectives
Next Topic:Menu only appears in debug perspective
Goto Forum:
  


Current Time: Wed Jun 18 12:35:01 EDT 2025

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

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

Back to the top