Auto JNI
Automatically create bindings to Java through JNI
This was created to simplify created bindings for frcrs and to make it easier to create bindings for other projects.
Auto JNI is a heavy work in progress and their are many features still being implemented.
- Initialize Classes
- Call Methods (static and instance)
- Create enums
- Improve API
- Add more examples
- Add more documentation
- Add more tests
- Add more error handling
- Add more logging
Example
Example.java
;
build.rs