How can I run JNI in websphere
Dear all,
I can run my JNI program with dll file called process.dll in ms dos platform. How can I run it in websphere? Please help me. Thank you!
Regards,
kzyo
Dear all,
I can run my JNI program with dll file called process.dll in ms dos platform. How can I run it in websphere? Please help me. Thank you!
Regards,
kzyo
By placing & making sure your dynamic link libary exists under the scope of ur classpath.typically @ /WEB-INF/classes folder.
tht is how it has to work with any typical webserver / appln server and i'm sure WAS is no exception.
Dear RahulSharna,
I would like know if my program is standalone program. How can I set the classpath. Could you help me how to do it? Becauase my job now is using standalone program first.
Regards,
kzyo