Re: Correct way of generating JNI headers?
"Grzegorz B. Prokopski" <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Organization | SableVM - LGPL'ed Free Java VM http://sablevm.org |
| Message-ID | <[email protected]> |
On Mon, 2004-20-12 at 17:36 -0500, David Bélanger wrote: > Hi, > > What is the correct way to (re)generate the JNI header files > java_lang_*.h? > > I used javah but I am missing the "static" modifier. Is there some > script or way with the Makefiles, I didn't see any? I don't think it's possible at the moment. We should probably have a 'sed' script (a target in src/libsablevm/Makefile maybe?) that adds the "svm_static" modifiers where they should be. HTH GBP