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.  B2BSERV.0014.9116

    Posted Tue April 08, 2003 08:24 PM

    Hi,

    I am very new to the WM development environment. While trying to save a new JAVA service, I am geting this error. I have JAVA SDK installed in my system in C-drive The Integration server files are in D-drive. (Hard Drive is partitioned to C and D).

    Do I have to some more set up to compile JAVA services?

    Thanks.

    Jeev


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: B2BSERV.0014.9116

    Posted Wed April 09, 2003 07:38 AM

    What is the error that you are getting? Could you please paste the details here?
    Thanks


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-General


  • 3.  RE: B2BSERV.0014.9116

    Posted Wed April 09, 2003 10:30 AM

    By default the Server Settings > Extended value (stored in /config/server.cnf) to find the compiler is

    watt.server.compile=javac -classpath {0} -d {1} {2}

    either put javac on your PATH before starting IS or, what I like, set the javac command to be a fully qualified path to the compiler you want run when you save a Java service.


    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB