|
Install java sdk or runtime. Add it to your path. Open a shell window. Run java -version. If it gives you an error, you didn't put in the right value into path. Once properly configured, javac will work.
OR
copy your program to the <java install dir>/bin and run javac.
|