Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    13
    Views
    10,083

    Re: Balloon.java, what in the world do i do?

    Please post the full text of the errors from the compiler. Your edited version has left out useful information.
  2. Replies
    13
    Views
    10,083

    Re: Balloon.java, what in the world do i do?

    Why do you captialize Main? I'm confused by that.
    All java programs are in classes. To start the execution of a java program using the java command, you specify the name of a class containing the...
  3. Replies
    13
    Views
    10,083

    Re: Balloon.java, what in the world do i do?

    Are you talking about some IDE?
    The JVM does NOT require ANY class named Main or any other specially named classes.
  4. Replies
    13
    Views
    10,083

    Re: Balloon.java, what in the world do i do?

    You could name you ballon objects: myBallon1 and myBallon2


    Please copy full text of error message and paste it here. Here is a sample:


    TestSorts.java:138: cannot find symbol
    symbol :...
Results 1 to 4 of 4