Search:

Type: Posts; User: rossc

Search: Search took 0.08 seconds.

  1. Replies
    17
    Views
    1,635

    Have you import the correct packages?

    Have you import the correct packages?
  2. Replies
    17
    Views
    1,635

    Try adding super() as the first line in your...

    Try adding super() as the first line in your constructor and just see if that works
  3. Replies
    17
    Views
    1,635

    F6 runs the project, shift+F6 runs the individual...

    F6 runs the project, shift+F6 runs the individual class/java file. But that's not your issue it's asking for a super method in the constructor I think judging on that error message, although I didn't...
  4. Replies
    17
    Views
    1,635

    Re: My code doesn't have a main clss?

    Have you made sure netbeans knows this is the main class it needs to run? Its in the project properties, under the "run" tab you can select which class you want netbeans to run. Or just try shift+F6...
Results 1 to 4 of 5