Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    "it"?
    Sounds like you need to study how to use your IDE.
  2. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    What are you trying to do with the java command?
    Go to this site and read about the java and the javac commands:
    Java SE 6 Documentation
  3. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    Then I would expect the compiler to be outputting error messages.
    Copy and paste them here if you want help fixing them or understanding them.
  4. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    Yes that is an issue if you don't have one. Do you have one that works for you?
  5. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    What does this mean?

    Are you getting errors from the javac/compiler when it compiles your program?
    Or are you having problems executing the javac command? The OS can't find it.
  6. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    That says that the java program did NOT find the class: AscendingOrder

    Where is the AscendingOrder.class file?
    How are you trying to execute your program?
    Are you entering the java command on a...
  7. Replies
    21
    Views
    3,416

    Re: Issues with ascending number program

    That sounds like an execution error not a compile error.
    Please copy and paste here the full text of the error message. The message says what is wrong and where.
    To copy the contents of the command...
Results 1 to 7 of 7