Search:

Type: Posts; User: Junky

Search: Search took 0.08 seconds.

  1. Replies
    10
    Views
    1,144

    Re: Program not working

    You cannot remove the main method. This is the entry point to your program. How will you start it without a main method?

    There are 3 solutions:

    Declare list to be static. Most n00bs just make...
  2. Replies
    10
    Views
    1,144

    Re: Program not working

    You need to understand the difference between static and non static. Basically static means methods and variables belong to the class and not an instance of the class. This means that if you have a...
  3. Replies
    10
    Views
    1,144

    Re: Program not working

    Cheers!
  4. Replies
    10
    Views
    1,144

    Re: Program not working

    Read the error message.
  5. Replies
    10
    Views
    1,144

    Re: Program not working

    Java is case sensitive.
Results 1 to 5 of 5