SDL dev in Java

I saw that SDL offers bindings for many languages as Java, but I don’t find anything about it in the documentation. I searched on google and only found outdated guides that I cannot follow (files, directories… all is outdated).

I have no idea how to make a binding from the source for java, if anyone has an idea or has already tried, I would be very interested.

(I’m using Linux Ubuntu)

Thank you for your answers !

I have created Java bindings: https://github.com/electronstudio/sdl2gdx

Currently they only wrap SDL_gamecontroller.h because that is all I need, but it would not be difficult to expand to the other APIs.