Saturday, May 9, 2009

How I can integrate the project developed and compiled by C++ Builder to the J2EE API – compiling it as DLL?

how I can integrate the project developed and compiled by C++ Builder to the J2EE API – compiling it as DLL, Lib or there is third, better way? And how can I use DLL, compiled by C++ Builder, in J2EE API?

How I can integrate the project developed and compiled by C++ Builder to the J2EE API – compiling it as DLL?
To call a c++ DLL from Java, you need to use the Java Native Interface (JNI).





http://java.sun.com/j2se/1.5.0/docs/guid...


http://en.wikipedia.org/wiki/Java_Native...


No comments:

Post a Comment