import library (jar file) problem

Hi,

I’m very new to webMethods. I couldn’t find a way to use my library while creating java services.

Can someone please help me to do this?

Thanks

Dependent jar files should be placed in the package’s code/jars directory. Reload the package after putting it there the first time. After that you should be able to access it.

Thank you,

I did it already, but the problem is;
I didn’t understand what to do in order to access it.

Do I need to write “xyz.jar” file to the import field while creating a java service? I did it but it doesn’t work…

Once the jars configuration done above and restart IS or reload package.

Then you can access those new custom libraries/classes and in the import field specify normally like:

java.io.*
java.net.*

HTH,
RMG

Thank you very much for your help. I solved the problem.