My Java program won't compile
Hiya guys,
I am using a Jbuilder 8 to create my java projects. I am currently trying to compile the example of using an input stream (chapter 8 of Java 2 by Ivor Horton). It won't compile for some reason, saying that
"FormattedInput.java": Error #: 300 : class InvalidUserInputException not found in class FormattedInput at line 9, column 31
This class is located in the same directory as the rest of the project, and that would normally work.
Can you help?
Feel free to email me too.
|