cmd line /w Netbeans
I have downloaded jdk1.5.0_06 /w Netbeans.
I ran the HelloWorldApp program successfully through the Netbeans IDE.
I'm trying to run the HelloWorldApp through a DOS window on WinXP Pro, but I keep getting
" 'javac' is not recognized as an internal or external command, operable program or batch file "
I added the "jdk1.5.0_06\bin" directory to both the PATH and CLASSPATH environment variables; I also added the "jdk1.5.0_06\lib\tools.jar; .; " to the CLASSPATH variable. (I looked through all the forum's postings)
I still get the same message.
Can I run java progs at the command line if I have the JDK5 /w Netbeans installed or do I have to uninstall the Netbeans IDE first, in order to run command-line Java?
I would like to be able to run Java programs both in the Netbeans IDE and through the command line.
Any help is highly appreciated

