![]() |
Sponsored Link •
|
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:
> 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. 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
|