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?

[481 byte] By [tasburatha] at [2007-11-27 3:36:24]
# 1
You obtain that error at command prompt because you don't have specified java on the path of your system.It's sufficient create an environment variable JAVA_HOME on your system.Bye Alessandro
alelinuxbsda at 2007-7-12 8:39:38 > top of Java-index,Java Essentials,New To Java...