Figuring out the exact problem.
After struggling a lot, I figured out the exact problems.
These were the problems:
- javah was removed from jdk10
Fix-> add no error when javah is not found in m4/java.m4 - jdk8 was specified as source and target in build.incl.xml (111:217) which stopped the compilation with newer version.
Fix-> Remove source and target from this. -
But again java.xml.bind was depreciated from jdk9 onwards, so it was causing an error.
Fix -> compilerarg line="--add-modules java.xml.bind"
Hoping for Best.
Happily Coding
Divyanshu Kumar