After choosing (right menu on project name) Properties -> Java Build Path and in the Libraries tag there is a button .... "Add Class Folder" ...
Conrad Original Message: ----------------- From: Ken Auer [EMAIL PROTECTED] Date: Thu, 31 Jul 2003 11:23:54 -0400 To: [EMAIL PROTECTED] Subject: RE: [Juglist] Eclipse: using library files I'm not exactly sure what you are trying to do per your description, but I'd guess you should make a separate project (call it "MyUtilities") and stick the classes in there. Then your other projects can include this project in its build path (see the properties of the project, and select "Java Build Path"). This will include these classes in your build path. Maybe you are trying to do something different, but this is what we do. Ken ----------------- Ken Auer The Extreme Programming Software Studio(TM) RoleModel Software http://www.rolemodelsoftware.com (v) 919-557-6352 342 Raleigh St. (f) 919-552-8166 Holly Springs, NC 27540 (m) 919-622-8315 "Christianity is not a plug-in, it's an operating system" Mark 12:28-31 > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard O. Hammer > Sent: Friday, July 25, 2003 9:54 AM > To: Java Users Group > Subject: [Juglist] Eclipse: using library files > > > Hi, > > In Eclipse, using version 2.1.0, I'm trying to use some > utility classes which I have in a folder outside of my > Eclipse directory. These classes are not in a jar, they are > just .class files. Is there a way that I can get Eclipse to > find and use those classes, perhaps reminiscent of the > classpath environment variable I am used to setting for the JDK? > > I keep finding ways that Eclipse offers to copy ("import") > the files into the Eclipse project folder. But I want to > keep just one copy of these utility classes. > > Thanks, > Rich > > > > _______________________________________________ > Juglist mailing list > [EMAIL PROTECTED] > http://trijug.org/mailman/listinfo/juglist_tri> jug.org > _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org -------------------------------------------------------------------- mail2web - Check your email from the web at http://mail2web.com/ . _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
