Re: JNI in Java 1.6

  • From: "QuentinC" <quentinc@xxxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Sat, 1 Jan 2011 11:20:28 +0100

Hello,
Try javah with only the full class name. It should generate an header called something like java_package_subpackage_classname.h. Note, I would rather advise JNA for most projects, except if the binding has to be very quick. IN JNA you don't have to write any C/C++ binding code, the DLL is directly loaded.


__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: