Problem with Command Prompt

In the tutorial, I have done everything up to the point where it tells me to write javac HelloWorldApp.java

I have entered that, but this comes up.

[img[http://img215.imageshack.us/img215/4528/javaccc0.jpg[/img]

[230 byte] By [Terry_Ma] at [2007-11-27 10:33:40]
# 1

Be more specific. What are you trying to do? What tutorial are you referring to (URL?)? And post your code - don't forget to use the code tags.

Jemiah

fishninja007a at 2007-7-28 18:24:09 > top of Java-index,Java Essentials,Java Programming...
# 2

Your path variable isn't properly set up. Read this:

http://java.sun.com/docs/books/tutorial/getStarted/problems/index.html

BigDaddyLoveHandlesa at 2007-7-28 18:24:09 > top of Java-index,Java Essentials,Java Programming...
# 3

> In the tutorial, I have done everything up to the

> point where it tells me to write javac

> HelloWorldApp.java

>

> I have entered that, but this comes up.

>

> [img[http://img215.imageshack.us/img215/4528/javaccc0.

> jpg[/img]

Right after the instructions to use javac there's a link to Common Problems and Their Solutions.

atmguya at 2007-7-28 18:24:09 > top of Java-index,Java Essentials,Java Programming...