Java service compilation error

Hi , i am using webMethods 4.6 on NT. when i try to compile a java service , i am getting the following error.

The source was saved, but was not compiled due to the following errors:
com.wm.app.b2b.server.ServiceException: [B2BSERV.0014.9116] Unable to locate or start compiler

i tried to edit the server.sh file under integration server. but doesn’t seem to work. can anybody tell me , how should i specify the path.

thanks,
sachu

Make sure you have installed JDK into your system.
Edit server.bat and specify JDK-bin directory as java home and restart the server.

hi there, it worked!! Thanks, Sachu