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

[185 byte] By [kzyoa] at [2007-11-27 10:46:10]
# 1

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.

RahulSharnaa at 2007-7-28 20:17:25 > top of Java-index,Java Essentials,Java Programming...
# 2

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

kzyoa at 2007-7-28 20:17:25 > top of Java-index,Java Essentials,Java Programming...