Search:

Type: Posts; User: frozen java

Search: Search took 0.18 seconds.

  1. Replies
    11
    Views
    1,560

    Re: non-static variable

    no i added on to it at the same time i did the other stuff and the errors were together so yea..
  2. Replies
    11
    Views
    1,560

    Re: non-static variable

    i never changed it i just never finished it 0.o lol i got it fixed now thank you
  3. Replies
    11
    Views
    1,560

    Re: non-static variable

    yes. it was working before and i haven't changed anything in that class
  4. Replies
    11
    Views
    1,560

    Re: non-static variable

    no its defined here

    public void addGuthix(Player p) {
    public void addZamy(Player p) {
    public void addSara(Player p) {
    public void checkPlayer(Player p) {
    public void inGame(Player p) {
  5. Replies
    11
    Views
    1,560

    Re: non-static variable

    ok i fixed that now im down to 4 errors


    .\palidino76\rs2\content\minigames\CastleWars.java:122: cannot find symbol
    symbol : variable p
    location: class...
  6. Replies
    11
    Views
    1,560

    Re: non-static variable

    ok i did this:

    public CastleWars castleWars = new CastleWars();

    now im getting this error:

    .\palidino76\rs2\content\minigames\CastleWars.java:122: cannot find symbol
    symbol : variable p...
  7. Replies
    11
    Views
    1,560

    non-static variable

    heres my error:

    .\palidino76\rs2\io\packets\ObjectOption1.java:59: non-static variable Portal ca
    nnot be referenced from a static context
    CastleWars.Portal = 1;
    ...
Results 1 to 7 of 7