quinta-feira, 24 de novembro de 2011

Unable to compile or start compiler

Hi again,

Now I have a message to all WebMethods developers. Which ist the new tecnology that I'm working on.

So, I have a recently error that was hard to understand.

I'm developing java services when suddently they just don't compile anymore. The exception that I'm getting was "Unable to locate or start compiler".

Well this problem may occur for a lot of reasons.

The main reason is the path of java's environment variable. So you have to set your java variable to the folder where you have the jre.

In my case this has all right but suddently I got the exception. So misteriosily the settings have changed. I don't know why but I'm not the only one developer and we are configuring new environments. So something happens.

What you have to do is set a new setting in the administration of Integration Server, like this
watt.server.compile=C:\SoftwareAG\jvm\win160\bin\javac -classpath {0} -d {1} {2}

I hope that this description will help someon in the search of the truth.

Best regards