1 Reply Latest reply on Apr 21, 2005 3:07 PM by bammi

    Eclipse can't find generated class

    peterkronenberg

      I'm doing my development in Eclipse. I'm creating class files with Javassist directly to my bin directory. But since Eclipse can't find it, it doesn't compile. How can I fool Eclipse that that it knows about these class files even though there is no source?

        • 1. Re: Eclipse can't find generated class
          bammi

          This question is probably more appropriate on an eclipse forum:

          In your eclipse project -> properties -> Java Build Path dialog, press "Add Class Folder" button and add the folder containing your .class file, to the Java Build Path, and eclipse will find it. To make it look again, select your project and hit F5 (or right click on the project and choose "refresh")