Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Re: My Java program is failing to run in command prompt

    Please copy full text of the compiler's error message and paste it here.
    The message should show the source with a ^ under the location of the error.
    Here is a sample from the javac compiler:

    ...
  2. Re: My Java program is failing to run in command prompt

    Leave off the "C:\". That tells the OS to look in the C:\ folder for the javac command.
    If the bin folder is on the PATH, you should be able to enter javac without a path:
    C:\Users\Attache...
Results 1 to 2 of 2