Search:

Type: Posts; User: Purple01

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Syntax error on token "extends", throws expected

    I solved it.
    I used the subclass whitout the extends.
    So public static void calculate() {
    And then I would let the program run that subclass when het needs to calculate something.
    And it...
  2. [SOLVED] Re: Syntax error on token "extends", throws expected

    The thing is I have a file that I read line by line (in the class readResearchfile)
    But I have to make the same calulation over and over again for certain parts, and in diffrent loops.
    So I was...
  3. [SOLVED] Syntax error on token "extends", throws expected

    I have made this subclass:



    public static void cacluate() extends readResearchfile {
    //
    }


    But it gives me this error: Syntax error on token "extends", throws expected
Results 1 to 3 of 3