Re: Java wrappers

1999-05-25 Thread Kevin Ryan
You can use JNI (the Java Native Interface) to accomplish this. a) your C/C++ functions have to be packaged in a shared library (which you'd already anticipated) b) the entry point for your C/C++ code has to use a Java package-and-class-specific "mangled" name -- e.g., if your Java wrapper class

Java wrappers

1999-05-25 Thread a . saha
Hi there I was wondering if there are any java wrapper libraries or sample code available to access C exported functions. I am not very familiar with this, as I have programmed all my life in C - but basically what I would like to do is - if I have my routine in C to access the kernel network s