Dear Sachin,
There is nothing like "importing" DLL in Java. You can always define a method
native and load the DLL using
System.LoadLibrary("xxx.dll");
You can find more information on this in any tutorials on JNI.
Hope this suffices.
Regards,
Pradeep Shekade
sachin zingade wrote:
> Hi does any one know how to import the DLL in JDK or VJ++
>
> If yes then please let me know how?
>
> Thanx
>
> Sachin
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html