Re: Why JCOM, JACOB and JAWIN?
cyril <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <002d01c53ee1$ba584d40$0101c80a@Underground> |
I prefer to write JNI code in C++ and developed Add-In for MS Visual Studio 7.1. It makes C++ Class wrappers for any bytecode (I wrote a pure C++ parser without use of java) and includes into C++ project. All JNI specifics are hidden from C++ programmer. It has full C++ style. With this tool I have developed huge JNI code for my company. Now I am waiting for Copyright to sell it. ----- Original Message ----- From: "Abhishek J Ratani" <[email protected]> Newsgroups: gmane.comp.windows.devel.jawin Sent: Monday, April 11, 2005 8:34 PM Subject: Re: Why JCOM, JACOB and JAWIN? > I use jniwrapper and that works excellent. It is also very inexpensive and > nice to use. > > Abhishek (AJ) Ratani >