Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » How to make a library of JARS
How to make a library of JARS [message #14279] Fri, 25 April 2003 01:03 Go to next message
Eclipse UserFriend
Originally posted by: jacqueso.ananzi.co.za

Hi

I am a new user to eclipse . I was always using JBuilder . In jbuilder you
can group jars together under a name for inclusion in the classpath( like a
library). Ho do I do that in Eclipse, and then how do I get that classpath
in ANT
Re: How to make a library of JARS [message #15483 is a reply to message #14279] Fri, 25 April 2003 11:12 Go to previous message
Eclipse UserFriend
Originally posted by: wegener.cboenospam.com

Jacques wrote:

> Hi

> I am a new user to eclipse . I was always using JBuilder . In jbuilder you
> can group jars together under a name for inclusion in the classpath( like a
> library). Ho do I do that in Eclipse, and then how do I get that classpath
> in ANT



One way is to create a Java project that only contains the jar files or
references them as external jar files. Go to the Order/Export tab of the
Java Build Properties page and check all jar files. This "exports" them
to dependent projects.

You can reference the jar files by making your other Java projects
dependent on the library project.
Previous Topic:How to call or Not to createPartControl()
Next Topic:ctrl space does not launch code assist
Goto Forum:
  


Current Time: Wed Sep 17 03:58:06 EDT 2025

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

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

Back to the top