Using DLL with JSP

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.Also if I want to use the DLL with applets what do I need to do?Thank you for your help.
[249 byte] By [l_marcelo] at [2007-9-26 20:03:34]
# 1

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

nura.n at 2007-7-3 17:50:16 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...