Hi all,
I have Tomcat 5 installed on machine running Windows XP.
I have downloaded the Axis binaries and put all the neccessary libraries in their rightfull places. The happyaxis.jsp page seems to be happy
And then when I put the following URL:
http://127.0.0.1:8080/axis/EchoHeaders.jws?method=list It says,
- <soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>
java.lang.RuntimeException: No compiler found in your classpath! (you may need to add 'tools.jar')</faultstring>
I googled and read that it is the problem with,
java.home variable pointing to the "jre1.5.0_03" folder instead of the "jdk1.5.0_03".
Here is the part of the result that I get when I run happyaxis.jsp:
java.vm.specification.version=1.0
sun.arch.data.model=32
java.home=D:\Program Files\Java\jre1.5.0_03 java.specification.vendor=Sun Microsystems Inc.
user.language=en
awt.toolkit=sun.awt.windows.WToolkit
java.vm.info=mixed mode, sharing
java.version=1.5.0_03
Okay, so if I've guessed right above then I know the problem. Then I would like to know how to change the value for "java.home".
And if I'm wrong then please help me with the solution.
Thanking you all.