>I want to know how to uses a DLL in java.... For that I created a
>simple ActiveX dll using VB 6... The following is the code that I have
>inside that... I named the DLL Sample.dll....
the answer to that question takes a whole book. To get started see
http://mindprod.com/jgloss/jni.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Again taking new Java programming contracts.
Paul Cager - 30 Sep 2005 17:27 GMT
> >I want to know how to uses a DLL in java.... For that I created a
> >simple ActiveX dll using VB 6... The following is the code that I have
[quoted text clipped - 5 lines]
> Canadian Mind Products, Roedy Green.
> http://mindprod.com Again taking new Java programming contracts.
Be aware that using JNI requires some knowledge of C.
You could also access it using a Java / COM bridge, such as IBM's
Bridge2Java (also known as "Interface Tool").