In some cases when we try to compile java service using save the following error are showing up :
The source was saved, but was not compiled due to the following errors:
com.wm.app.b2b.server.ServiceException: [ISS.0014.9116] Unable to locate or start compiler
Resolution :
Remove the command watt.server.compile=C:\sag107\jvm\jvm\bin\javac -classpath {0} -d {1} {2} from extended settings to enforce use default compilerReference :watt.server.compileSpecifies the compiler command that Integration Server uses to compile Java services that are developed usingDesigner, For example, javac -classpath {0} -d {1} {2}This compiler command is also used from the jcode utility. If this property is omitted or empty, the server uses the JVM internal Java compile tool to compile Java services.
No comments:
Post a Comment