Subject: Beginning Java 2 SDK by Ivor Horton problems
Posted By: deviad Post Date: 11/27/2003 4:48:21 AM
When I try to compile the file with the class FormattedInput on page 291 I've got the following errors, I tryed also with taking the code from your website but I get the same errors:

C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin>javac TestFormattedInput.java
TestFormattedInput.java:3: cannot resolve symbol
symbol  : class FormattedInput
location: class TestFormattedInput
    FormattedInput kb = new FormattedInput();
    ^
TestFormattedInput.java:3: cannot resolve symbol
symbol  : class FormattedInput
location: class TestFormattedInput
    FormattedInput kb = new FormattedInput();
                            ^
TestFormattedInput.java:12: cannot resolve symbol
symbol  : class InvalidUserInputException
location: class TestFormattedInput
      } catch (InvalidUserInputException e) {
               ^
3 errors

C:\Program Files\j2sdk_nb\j2sdk1.4.2\bin>

Plz, help me.

Reply By: Martyn Reply Date: 11/27/2003 6:38:50 AM
Post your code and I'll see if I can help.

Regards

Martyn

Go to topic 6950

Return to index page 997
Return to index page 996
Return to index page 995
Return to index page 994
Return to index page 993
Return to index page 992
Return to index page 991
Return to index page 990
Return to index page 989
Return to index page 988