javac compilatino help - i think im missing something
cd C:\Documents and Settings\admin\Desktop\***1\
javac Server.java
'javac' is not recognized as an internal or external command,
operable program or batch file.
i think im missing something from my system variables, ive got all the java jdk stuff in my program files still
pls i hope someonce can help me, in C:\Program Files\Java
i have
jdk1.5.0_05
jre1.5.0_05
but cnt seem to compile using javac
[464 byte] By [
pouncer] at [2007-11-20 11:24:11]

# 1 Re: javac compilatino help - i think im missing something
I think that you need to add the path to javac to your System path. Search this forum or other java forums for detailed instructions on how to do this. It's a common problem and has been described many times.
Myself, I have to add this to my system path: C:\Program Files\Java\jdk1.6.0_02\bin
You would need to add the path to the jds1.5.0_05 jdk bin directory.
# 2 Re: javac compilatino help - i think im missing something
You need to include the path to the jdk bin directory in your PATH environment variable eg
PATH=c:\somePath\jdk1.5.0_05\bin
BTW the latest version of Java is 1.6 so unless you have a good reason to use 1.5 I'd consider upgrading and installing the latest version.
keang at 2007-11-10 2:15:10 >

# 5 Re: javac compilatino help - i think im missing something
Hey keang, how's it goin?Great thanks Pete, especially as we (England) have beaten the Aussies and the French at rugby - what a week.
BTW Sorry for repeating your post, I hadn't noticed you'd already replied.
keang at 2007-11-10 2:18:13 >
