Friday, July 25, 2003, 10:53:47 AM, you wrote:

ROH> Hi,

ROH> In Eclipse, using version 2.1.0, I'm trying to use some utility
ROH> classes which I have in a folder outside of my Eclipse directory.
ROH> These classes are not in a jar, they are just .class files.  Is there
ROH> a way that I can get Eclipse to find and use those classes, perhaps
ROH> reminiscent of the classpath environment variable I am used to setting
ROH> for the JDK?

ROH> I keep finding ways that Eclipse offers to copy ("import") the files
ROH> into the Eclipse project folder.  But I want to keep just one copy of
ROH> these utility classes.

Rich,
     In addition to the suggestions mentioned by others, you can
     specify a class folder. At least in the latest versions of
     Eclipse. It's been so long since I used the 2.1 release that I
     can't remember if that existed way back then. <wink>

     If it does exist it's Properties of a Java Project > Java Build
     Path > Libraries > Add Class Folder. Then choose Create New
     Folder, click Advanced and Link to folder in the file system.

HTH,
Chris
-- 
Chris Grindstaff | http://gstaff.org


_______________________________________________
Juglist mailing list
[EMAIL PROTECTED]
http://trijug.org/mailman/listinfo/juglist_trijug.org

Reply via email to