Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Re: Newb Java Problem - non-static method cannot be accessed from static context

    All methods and variables referenced inside a static method MUST be static if declared outside that static method.

    Here are some examples:
    Referencing Methods
    All methods referenced from inside...
  2. Re: Newb Java Problem - non-static method cannot be accessed from static context

    Man, that is the one problem that almost everyone has when they start Java. It is a very confusing error when you first start. It took me forever to even understand what it meant when I first started.
Results 1 to 2 of 2