Re: How to generate a .h file with javah?

by Puybaret » Fri Nov 15, 2019 5:38 pm

To generate a .h file, you have to compile first the class which contains [font=courier new]native[/font] methods, and add the path of the compiled class to the classpath used by javah.
Have a look to the comment of [font=courier new]loadDLLs[/font] method in [font=courier new]YafarayRenderer[/font] class to get more ideas.