Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipse-dev] Global library in eclipse.. (just like JBuilder)

(You should ask questions like this on the eclipse newsgroups -- these
mailing lists are for development [of eclipse itself] discussions)

As a quick answer, I'd create a project containing the common libraries and
just have the other projects reference the common-lib project on their
classpath. You can do this by right-clicking a project that needs the common
libs, select "Java Build Path", click on the "Projects" tab, and select the
common project.

(Note that this has been previously discussed -- you can search for things
like this at eclipse.org via the "Search" link.)

Hopefully support will be added to create custom libraries (like the JDK
libraries that exist) -- I haven't seen a way to do that yet, so you need to
create a new project for each common library (set of jars/zips/paths, etc)

Hope this helps,
-- Scott

> -----Original Message-----
> From: eclipse-dev-admin@xxxxxxxxxxx
> [mailto:eclipse-dev-admin@xxxxxxxxxxx]On Behalf Of prasenjit mukherjee
> Sent: Monday, May 26, 2003 3:05 AM
> To: eclipse-dev@xxxxxxxxxxx
> Subject: [eclipse-dev] Global library in eclipse.. (just like JBuilder)
>
>
> Hi,
>   I am pretty new to eclipse, I had been an avid fan(and user) of
> JBuilder though. Is there a way to define global libraries in eclipse,
> like one can do in JBuilder and then use these libraries in different
> projects ? I know you can import other projects, which essentially
> imports all the libraries defined in that  project, but that is not
> exactly what I want.
>
> Any help is greatly appreciated..
>
> thanks,
> prasen
>
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/eclipse-dev
>
>
>




Back to the top