Create Java Service

Hi, if i try to create a new java service

the Developer show me this exception:

Couldn’t compile
com.wm.app.b2b.server.ServiceException: [ISS.0014.9116] Unable to locate or start compiler

somebody know what I do

Please have a look at the forum:

[url=“http://www.customware.net/repository/display/WMFAQ/How+to+write+a+basic+Java+Service”]http://www.customware.net/repository/display/WMFAQ/How+to+write+a+basic+Java+Service[/url]

HTH,
Leon

A quick note regarding the instructions in Nathan’s post on how to write a basic Java Service (pointed to, by the link in Leon’s post).
Setting watt.server.compile to “C:\jdk1.2.2\bin\javac” means watt.server.compile and watt.server.compile.unicode should point to the javac that you want to use. To be safe, use the javac provided by webMethods, that way you don’t have to worry about the version. For eg, if you are using webM 6.1 on windows, you can find the javac at: <webmhome>/jvm/win142/bin/javac, where <webmhome> is the path to your webMethods61 folder.

R