How do I know my SDK install is working properly?
Hey guys,
I have installed Java EE 5 SDK on a windows 2003 server. I am trying to figure out if it is running properly. I did tell it to run java as a service and I have a running service named SunJavaSystemAppserver9PE running.
I opened a command prompt and typed java -version , but it just came back with 'java' is not recognized as an internal or external command.
Is there an easy way to test the install to make sure everything is working properly?

