Search:

Type: Posts; User: Tempest

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,398

    Re: I've always wondered...

    Both the RuneScape client and server are wrote in java.
  2. Thread: A Java Error

    by Tempest
    Replies
    9
    Views
    1,732

    Re: A Java Error

    Sorry for not reading the entire post.

    I hope this will help you:

    Parentheses are used for surrounding parameter lists. Brackets, also known as square brackets, look like this [ ]. Java uses...
  3. Thread: A Java Error

    by Tempest
    Replies
    9
    Views
    1,732

    Re: A Java Error

    Hi Shyamz.
    According to your compiler your missing a '('
    By the looks of it you have used '[' instead of the required '('

    public static void main [String () args ]

    Should look like:
    ...
Results 1 to 3 of 3