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

Reply via email to