Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    1,643

    Re: Newb java problem

    The next big skill to master -- checking out the Java API. Do so and you'll see that ConsoleReader doesn't exist. Did you perhaps get this class from your instructor?
  2. Replies
    8
    Views
    1,643

    Re: Newb java problem

    I second all that Mr. Beeblebrox has to say. Also, if you're not using an IDE, and I agree with you're not using one when just starting out, be sure to compile early and often, perhaps after each new...
  3. Replies
    8
    Views
    1,643

    Re: Newb java problem

    The error is telling you that this line is wrong, and if you look closely at it, you'll see why.

    Notice the difference between your line, and mine?


    import java.io*;

    public class...
Results 1 to 3 of 3