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 all, i want to use some user defined java classes in my java service .where can i put java classes (in which folder) so that those are available to write custom java service… thanks in advance vasanth
Basically put your jar file (contains new classes) in c:\webmetods6\IntegrationServer\lib\jars folder and restart IS.Then IS will locate those news classes and you can start importing classes when creating java services.
HTH, RMG