Here is my example code: https://github.com/AnDevi/javacpp_example/tree/master/example What I want do is generate class MyClass (https://github.com/AnDevi/javacpp_example/blob/master/example/libs/example/include/example.hpp) without generating BaseA, BaseB and BaseC classes in java file (https://github.com/AnDevi/javacpp_example/blob/master/example/ExampleLibrary.java). MyClass have to inherit after 3+ classes. Is it possible ? I assume that it is, but I have to some special tricks in config file (https://github.com/AnDevi/javacpp_example/blob/master/example/ExampleConfig.java) to handle it. Thanks a lot for help !