Re: Java Classpath in Eclipse?

From: Florian Bütow (florian_at_buetow.info)
Date: 04/13/04


Date: Tue, 13 Apr 2004 15:49:05 +0200


[snip]

> As part of this project, I want to include a FOLDER called c:\foo as
> part of my Java classpath. I can't seem to do this easily in Eclipse.
> My questions are:
> 1. Is this possible in Eclipse?

Yes.
Simply right click on your resource tree and select import .. a file a
folder etc ... into your project.
Or you can rightclick on the root of the project tree and tell eclise which
paths or packages to put in the classspath.

> 2. If not, what is the mental model used when assigning classpaths in
> Eclipse?

What?

> Thanks,
> John



Relevant Pages

  • Re: class loader getResourceAsStream
    ... The jar file is included as an external resource of my project, ... accessible in eclipse by selecting a node of the project tree ...
    (comp.lang.java.programmer)
  • Java Classpath in Eclipse?
    ... I want to include a FOLDER called c:\foo as ... part of my Java classpath. ... I can't seem to do this easily in Eclipse. ... what is the mental model used when assigning classpaths in ...
    (comp.lang.java.softwaretools)