Java service and Jar

Hi

Where do I copy my jar file to web-Methods developer or any other place so that I can include it in my java service.

Thanks

hi Sayli,

  1. Best place is to keep jar file in <webm_dir>/IntegrationServer/packages/<your_package>/code/static/jars and reload package/restart IS

  2. You can also copy in <webm_dir>/IntegrationServer/lib/jars and restart IS

  3. You can also put the path of jar file in server.bat PREPEND_CLASSPATH and restart IS

After restarting IS, check About Page and you should see the jar in classpath

Regards,
Sumit

Thanks Sumit.