Re: How to use External .class in eclipse project.
Posted By:
Anonymous
Posted On:
Tuesday, February 13, 2007 01:04 AM
An eclipse "java project" consists of a source folder, an output folder and build path(or classpath) for third party jars. You can copy your class file in the output folder. That can be used at both compile & run time.
But when you clean the project, output folder is recreated from the existing source. So there will be no hanging classes.