Hi,
I have configured wm 7.1 in my local system; I am not able to compile java code.
Any body help me how to set the class path for webMethods 7.1…
Thanks
Hello,
You need to set the following extended properties on the IS
watt.server.compile=C:[COLOR=red][/color]\jvm\win150\bin\javac -classpath {0} -d {1} {2}
watt.server.compile.unicode=C:[COLOR=red][/color]\jvm\win150\bin\javac -encoding Unicode -classpath {0} -d {1} {2}