Javac

hi. im trying to compile some source codes through javac. but im not able to compile as it gives me back this statement : 'javac' is not recognized as an internal or external command, operable program or batch file.anyone can help. im new to this.
[263 byte] By [bro_firdausa] at [2007-11-27 8:42:48]
# 1
First problem from: http://java.sun.com/docs/books/tutorial/getStarted/problems/index.html
prometheuzza at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 2
install java set path environment variable and one time set path command prompt then execute javac
sij17tada at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 3
Hi,Please set the environment variable..or open the cpmmand prompt and typee.g.set path=c:\Program Files\Java\jdk1.5.0_10\bin;press enter keyset classspath=.; press enter key
Bnahirraoa at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 4
Maybe you downloaded only jre.You need to download Java SDK.javac will be at JAVA_HOME/bin/
pbulgarellia at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 5
When you get jdk installed check out the link below for setting the class path. Helped me out: http://forum.java.sun.com/thread.jspa?threadID=5189225
paul_carrona at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 6

> hi. im trying to compile some source codes through

> javac. but im not able to compile as it gives me back

> this statement : 'javac' is not recognized as an

> internal or external command, operable program or

> batch file.

>

> anyone can help. im new to this.

Sun should be ashamed. Why require that people know how to operate OS shell commands from the 80's to be able to run Java of today?

judjeia at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 7
> ...> Sun should be ashamed. Why require that people know> how to operate OS shell commands from the 80's to be> able to run Java of today?Ulrika, is that you?
prometheuzza at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 8
From the unnecessarily argumentative nature of judjei's posts on other threads, I would hazard that it is.
DavidKNa at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 9
> > ...> > Sun should be ashamed. Why require that people know> > how to operate OS shell commands from the 80's to be> > able to run Java of today?> > Ulrika, is that you?Is that so obvious? -:)
judjeia at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 10
> From the unnecessarily argumentative nature of> judjei's posts on other threads, I would hazard that> it is.The cat*'s out of the bag in another thread already.* figuratively speaking, that is!
prometheuzza at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...
# 11
> ...> Is that so obvious? -:)That "razory-like" edge to your replies tend to give you away.We're all animals of habit. You too.; )
prometheuzza at 2007-7-12 20:42:15 > top of Java-index,Java Essentials,New To Java...