Log in

View Full Version : Validation



vartan
04-19-2009, 18:50
Whenever I have tried to Validate, I've always received a command prompt message stating along the lines of how 'java' is not a recognized command. I DO have java installed. What is it then that would be a possible cause of this mishap? Thanks to all in advance.

-Vartan

bovi
04-20-2009, 13:29
You need to add the directory where java is installed to the PATH environment variable, for the Windows command interpreter to know where to look for the program.

vartan
04-20-2009, 17:02
Thank you bovi.