> Hello
>
[quoted text clipped - 14 lines]
>
> Thanks in advance
It seems you have set the JAVA_HOME to the JRE, not the JDK. When you
install java from the j2sdk installer, it will put the public JRE in
(for windows) c:\program files\java\jre. But also it installs the SDK in
c:\j2sdk_xxx by default, or any path you have specified. In this folder
there is another jre (the same, just a duplication for development purpose).
So you should set the JAVA_HOME to the SDK path, not the JRE.

Signature
JSC
Roedy Green - 26 Dec 2005 01:44 GMT
>> I have set JAVA_HOME for both user nad system variables. I also tried
>> setting CATALINA_HOME to Tomcat hoime directory. Setting of CLASSPATH
>> variable is also not working.
see http://mindprod.com/jgloss/jdk.html#TESTING

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.