I had a similar problem with a web application. Eclipse wouldn't let me put them directly in the WEB-INF/classes/packageName directory. I ended up creating a jar and setting a variable to point to them.
-----Original Message----- From: Richard O. Hammer [mailto:[EMAIL PROTECTED] Sent: Friday, July 25, 2003 10: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_trijug.org _______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
