Click here to Skip to main content
15,895,777 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I had a java generated class that i would like to access in visual c++
How would I do it

Thanks
Posted

1 solution

There is no such concept as "call a class". You call methods, functions, properties, procedures, subroutines, operators…

What you need is probably JNI: http://en.wikipedia.org/wiki/Java_Native_Interface[^].

You will find a lot of links to some good tutorials on this page.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900