OOJNI Advanced Add-in for VC7.1 2.01.14

License: Free Trial ‎File size: 2.64 MB
‎Users Rating: 3.0/5 - ‎1 ‎votes

ABOUT OOJNI Advanced Add-in for VC7.1

Object-Oriented JNI Add-In is a tool developed for MS Visual Studio. It generates C++ code (OOJNI classes) for java byte code selected and includes it into the active C++ project. It also makes JNI implementation of java interfaces. At the same time OOJNI Add-In makes all project setting for using, compiling and running the code generated. C++ programmer use OOJNI classes as regular C++ classes. Each OOJNI class wraps low-level JNI code to accesses to Java Class fields and methods. All data type conversions (from java-to-C++ and C++-to-java) are hidden from C++ programmer. Each java object reference encapsulated into special C++ class – Java Reference Wrapper, which makes a shallow copy of the java object reference in different OOJNI classes. This approach makes possible to reduce a number of java references used in JNI code.