For a Java class assignment I was given a file named LogReader.class to use. How can I make Eclipse recognize that this compiled class exists so that I can use it? I tried putting it into my src folder but that did not work. I'd rather not go back to compiling with the command line. I do not have access to the source of LogReader.class.
By the way, I'm running Eclipse Galileo.