IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Create Java Service

    Posted Wed January 11, 2006 07:18 PM

    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


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: Create Java Service



  • 3.  RE: Create Java Service

    Posted Fri January 13, 2006 01:20 AM

    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


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods