Hi Guys,
Is this issue resolved to you? I’m also getting the same error while trying to ‘make’ with jcode utility (on a Java class that is created in eclipse IDE and imported into Integration server).
Exception in thread “main” com.wm.util.LocalizedIOException: [ISS.0014.9116] Unable to locate or start compiler
at com.wm.app.b2b.server.NodeUtil.doCompile(NodeUtil.java:984)
at com.wm.app.b2b.server.NodeUtil.compile(NodeUtil.java:548)
at com.wm.app.b2b.server.NodeUtil.compile(NodeUtil.java:441)
at com.wm.app.b2b.server.NodeUtil.main(NodeUtil.java:161)
Verified in our environment the jvm configuration is correct (and I am able to compile java classes with the javac in the path below, but not able to ‘make’ it with jcode utility:( )
watt.server.compile=…/jvm/jdk6/bin/javac -classpath {0} -d {1} {2}
regards,
Raj
#webMethods#Integration-Server-and-ESB