The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2001

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

dll in Java

Posted by pierre on August 08, 2001 at 4:26 AM

> How do i write a dll using java?I dont want to call a c++ program that creates a dll.I need to write java code that forms a dll.
> Can somebody help me?
> Thanx
> Gayathri

I think (but I'm not sure) that what could be the correspondent in Java of the dll in C++ is the .jar files. But if you really want to write a "real" dll, you'll have to use the JNI interface ? Because your java code can't create C++ code without using another way ...




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us