Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    10
    Views
    2,810

    Re: Help with Compiling

    Java is case sensitive. Be sure to spell the class name the same everywhere you use it.
    Try this. The class name without the extension:
    java VolcanoApplication


    It's important that you post all...
  2. Replies
    10
    Views
    2,810

    Re: Help with Compiling

    What happens when you try to compile VolcanoRobot?
    Are either of the classes in packages?
    What is the command you use to compile the source files with? Does it set the classpath if the source files...
  3. Replies
    10
    Views
    2,810

    Re: Help with Compiling

    The compiler can NOT find the definition for class VolcanoRobot.
    Where is it?
  4. Replies
    10
    Views
    2,810

    Re: Help with Compiling

    The = makes what is in the () an assignment statement vs the concatenation of a variable to a String. The compiler complains that the String to the left of the = is a value not a variable. Normally...
  5. Replies
    10
    Views
    2,810

    Re: Help with Compiling

    Please copy and paste here the full text of the error messages you get. Its easier to work with the data all here vs images.

    To copy the contents of the command prompt window:
    Click on Icon in...
Results 1 to 5 of 5