Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » $CLASSPATH to Eclipse 3.1.x?
$CLASSPATH to Eclipse 3.1.x? [message #138551] Fri, 17 February 2006 20:11 Go to next message
Eclipse User
Originally posted by: conradwt.gmail.com

Hi, I have many jar files in my $CLASSPATH under Linux. Thus, I was
wondering, is there an easy way to simply add $CLASSPATH to eclipse 3.1.x
to get a compile going smoothly?

Thanks in advance,

-Conrad
Re: $CLASSPATH to Eclipse 3.1.x? [message #140888 is a reply to message #138551] Tue, 28 February 2006 14:41 Go to previous message
Eclipse User
Originally posted by: eclipse3.rizzoweb.com

Conrad Taylor wrote:
> Hi, I have many jar files in my $CLASSPATH under Linux. Thus, I was
> wondering, is there an easy way to simply add $CLASSPATH to eclipse
> 3.1.x to get a compile going smoothly?

Eclipse does not use your system classpath setting (and I would
recommend not using a global classpath variable at all). Instead,
Eclipse treats each project independently. You configure the classpath
for each project separately.
If you have a set of libraries that are used in many of your projects,
you can set up a User Library to contain them and then refer to that
from each project.
The Eclipse Help "Java Development User Guide" covers all of this and
much more in detail.

Hope this helps,
Eric
Previous Topic:Import a *.par file as library in java-project
Next Topic:No class files generated
Goto Forum:
  


Current Time: Sat May 18 05:10:34 EDT 2013

Powered by FUDForum. Page generated in 0.02053 seconds