Closed JinXingJX closed 2 years ago
We need to skip those macros like this: https://github.com/bytedeco/javacpp/wiki/Mapping-Recipes#ignoring-attributes-and-macros
It looks like you're not parsing the header file? If that's the case, you'll need to make sure that Loader.load() gets called, which you are apparently not doing.
We need to skip those macros like this: https://github.com/bytedeco/javacpp/wiki/Mapping-Recipes#ignoring-attributes-and-macros
Thanks for ans,I will close it after solve the problem.
c++ code :
java code:
when i using cmd : java -jar javacpp-1.5.5.jar TerrainTile.java error occur: Exception in thread "main" java.lang.ClassNotFoundException