On Sun, Apr 5, 2009 at 6:01 AM, Snit Roy <[email protected]> wrote:
> i want to know is there any way to use java packages and function in C++???i > am using MSVC++ 2008 sp 1.how will i do this please help.................. It's easier to do it the other way around, create native methods in C++ and call from Java. But you can call Java methods from C++ also. Here's an article on integrating the two languages: http://www.javaworld.com/javaworld/javatips/jw-javatip17.html -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
