-
How to call a MS Windows dll from within Java
Hi Every one,
I am beginner to Java programming. I would like to know how to call a Windows
dll from a java app or applet. Does any body know how?
Thanks for your help.
Paul.
-
Re: How to call a MS Windows dll from within Java
There are products available that allow you to do that, such as JIntegra
from http://www.intrinsyc.com. I don't know why you would try to call one
from an applet, because you would have to get around the applet security
rules that prevent you from doing that (possible), and you would have to
rely on the client having the DLL (impossible).
PC2
"Paul" <paulnguyen@cit.com.au> wrote in message
news:3b5e0b01$1@news.devx.com...
>
> Hi Every one,
>
> I am beginner to Java programming. I would like to know how to call a
Windows
> dll from a java app or applet. Does any body know how?
>
>
> Thanks for your help.
>
>
> Paul.
-
Re: How to call a MS Windows dll from within Java
Paul,
As far as Java application is concern; you can call Windows DLL using Java
Native Interface (JNI) but in applet i am not sure becaue in that case security
comes into picture.
Cheers,
Vikas
"Paul" <paulnguyen@cit.com.au> wrote:
>
>Hi Every one,
>
>I am beginner to Java programming. I would like to know how to call a Windows
>dll from a java app or applet. Does any body know how?
>
>
>Thanks for your help.
>
>
>Paul.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks