Print at Mar 26, 2026, 12:34:36 AM

Posted by Puybaret at Nov 15, 2019, 5:38:17 PM
Re: How to generate a .h file with javah?
To generate a .h file, you have to compile first the class which contains native methods, and add the path of the compiled class to the classpath used by javah.
Have a look to the comment of loadDLLs method in YafarayRenderer class to get more ideas.
----------------------------------------
Emmanuel Puybaret, Sweet Home 3D creator