Hello,
I am not quite sure how to set the java class path for customized java package in webMethods.
I have my java package in the unix box in the following structure.
/opt/webMethods/CLA_IMH/CREDITOR/lib/crv/wm/CarLog.java
/opt/webMethods/CLA_IMH/CREDITOR/lib/crv/wm/Utility.java
In the webMethods component, I have declared as follows
import crv.wm.*;
Set in the adapter that the component belongs to is…
Add to Classpath ===> /opt/webMethods/CLA_IMH/CREDITOR/lib
I have error message when I try to compile the webMethods component that has import crv.wm.*
error message ==> package crv.wm not found in import??
Why is it? This component is working fine with my local broker and local adapter in my NT machine with same setting.
By the way, the class(CarLog) has main and it runs fine if I test.
Regards, Keon
#Universal-Messaging-Broker#broker#Integration-Server-and-ESB#webMethods