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.
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,
Best place is to keep jar file in <webm_dir>/IntegrationServer/packages/<your_package>/code/static/jars and reload package/restart IS
You can also copy in <webm_dir>/IntegrationServer/lib/jars and restart IS
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.