How to generate a .h file with javah?
by enkonyito » Sun Nov 10, 2019 4:18 pm
In the [font=courier new]YafarayRenderer.java[/font] file of the
new plugin , there is the procedure to generate the [font=courier new]YafarayRenderer.h[/font] file.
By replacing the initial packages with that of the PhotoVideoRendering plugin, I get this error message:
Code: Select all
Error: Could not find class file for 'betaTest_plugin.YafarayRenderer'.
Enko