B2BSERV.0014.9116

Hi,

I am very new to the WM development environment. While trying to save a new JAVA service, I am geting this error. I have JAVA SDK installed in my system in C-drive The Integration server files are in D-drive. (Hard Drive is partitioned to C and D).

Do I have to some more set up to compile JAVA services?

Thanks.

Jeev

What is the error that you are getting? Could you please paste the details here?
Thanks

By default the Server Settings > Extended value (stored in /config/server.cnf) to find the compiler is

watt.server.compile=javac -classpath {0} -d {1} {2}

either put javac on your PATH before starting IS or, what I like, set the javac command to be a fully qualified path to the compiler you want run when you save a Java service.