I'm a new java programmer (and teaching it to high schoolers). The text we
are using supplies us with a Keyboard.class file to use in the
introductory programs. I have the class file on my hard drive. I can't
get my code to work in Eclipse because it is looking for the cs1.Keyboard
class and can't find it.
I've read some info at this site on importing class files, but those
techniques haven't worked for me.
My question, how can I have an Eclipse project find the Keyboard class
when I type in the following at the beginning of the code:
import cs1.Keyboard