I would like to know which native are available out there, the ones i
found so far:
jsdl ->
http://jsdl.sourceforge.net/ Seems to be the more "official" approach to the SDL bindings yet i didn't have any succes on trying to put it working, i tried the source, the binaries and the CVS version but strange and different errors with each of these tries.

jgamelib ->
http://www.binary-magic.net/oss/jgamelib/ Another SDL bindings but i can't seem to find a way to put images from files on screen, it has bindings for OpenGL and OpenAL but i can only find Sdl and OpenGL related files in the sources...
allegroj ->
http://www.mythras.demon.co.uk/allegroj/ Very simple with bitmaps support and even simple effects, like line drawing, seems to be the only working one and hasn't been updated for at least an year

lwjgl ->
http://java-game-lib.sourceforge.net/ Seems to be the more complete but i don't want/need 3D support, unless i knew how to do a simple 2D game with OpenGL, but i'll save it for another post
Do you know of anymore? I use linux so if you know one that only supports linux it's ok anyway.