Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.11 seconds.

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

    Good catch. My brain just absorbed that as part of the command prompt path. I must be getting old...
  2. Re: My Java program is failing to run in command prompt

    It's great that you're trying to help, but please make sure your advice is accurate before you post.
  3. Re: My Java program is failing to run in command prompt

    The program he posted contains compiler errors, as I pointed out.
  4. Re: My Java program is failing to run in command prompt

    You need to make sure your jdk bin is on your path. Recommended reading: Lesson: Common Problems (and Their Solutions) (The Java™ Tutorials > Getting Started)
  5. Re: My Java program is failing to run in command prompt

    You need to post the full text of your command prompt, starting with the javac command. Just copy any paste it here.
  6. Re: My Java program is failing to run in command prompt

    System.out.printIn != System.out.println()

    Upper-case I != lower-case l.

    That should generate a compiler error. What IDE are you using? I *highly* suggest using the command line to compile your...
  7. Re: My Java program is failing to run in command prompt

    What error do you get? What code are you trying to run?
Results 1 to 7 of 7