libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
60 stars 25 forks source link

Use javac -h for header file generation. #9

Closed PokeMMO closed 4 years ago

PokeMMO commented 4 years ago

javac -h is supported on java 8, so no need to support both.

If anyone knows if there is a way to use javac -h without bothering to use the temporary directory workaround, please let me know.