Hello everyone,
In one of my java files, I've got "native" methods, that are
implemented in a DLL. (such as "private native void myMethod();")
In command line, I have to compile the file using "javac" and to
generate the header file ".h" using javah.
Do you know how to do that via eclipse?
Thank you very much