Hi,
You can use
> I am trying to use some of my DLL libraries, I have
> been told that I need to use JNI, If I could get some
> samples I will be grateful.
Please check in the JNI forum
> Also if I want to use the DLL with applets what do I
> need to do?
An applet can never call a native method because of the security restriction. So it cannot be done until your applet is signed by any CA.
> Thank you for your help.
Welcome
Arun.N