Hi ALL,
I have a problem can i run a java service(webMethods) in an IDE or using java compiler.If possible plz give me a solution.Also plz let me know how to debug a java service outside webMethods.
Thanks
ALL
Hi ALL,
I have a problem can i run a java service(webMethods) in an IDE or using java compiler.If possible plz give me a solution.Also plz let me know how to debug a java service outside webMethods.
Thanks
ALL
There is an appendix in the Developer User’s Guide that shows how to to this using Eclipse. There’s also a very old post here on wMUsers covering this topic.
Mark
you can see the old topics,there you can find,And as per my knowledge,you ncan not run the java service outside.
Hikalyan karnala,set this property
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}
You can use Eclipse or another third-party IDE to develop and debug java services outside of IS. What is this basis of your “knowledge” that this is not the case? Can you provide details?