Search:

Type: Posts; User: NewMember

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    1,056

    [SOLVED] Re: Java won't load.

    Alright thanks for the quick response, it seems to be working.
  2. Replies
    3
    Views
    1,056

    [SOLVED] Java won't load.

    Why won't this work? after being compiled.

    public class Add {

    public static void main(String[] args) {
    int a = Integer.parseInt(args[0]), b = Integer.parseInt(args[1]);
    ...
Results 1 to 2 of 2