VC++ and Java
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Dear Each, I am developing an application using MVS (C++). Now, i have discovered that i need to use a library written entirely in Java. Can someone tell me how to use java in my vc++ program ? that is, call java functions from my vc++ program. Thank you llp00na
-
Dear Each, I am developing an application using MVS (C++). Now, i have discovered that i need to use a library written entirely in Java. Can someone tell me how to use java in my vc++ program ? that is, call java functions from my vc++ program. Thank you llp00na
You might try invoking a JVM from your VC++ application - and then communicate with it via your favorite distributed protocol. Remember, Java libs/apps run in virtual machines ... whilst VC++ compiles natively. -Luther