java service

Hi

I am new to java service please help me

what are the settings required to compile a java Service?

One way is setting the java path in watt.server.compile
Any other way to compile?

Regards
Kumar :confused:

Hi Kumar,

After installing webMethods we have to set java compiler path which webMethods use when we write java code and save it (at that time java code automatically will complile by webMethods).

Choose extended settings watt.server.compile and edit this as some thing like below-

watt.server.compile=D:\webMethods7\jvm\win150\bin\javac -classpath {0} -d {1} {2}

and now when u will write a java code and when u will save it, will be compiled automatically by webMethods. I hope it will help you a bit…

thanks,