i don't use java myself but i am very insterested in what you will come up with. i am sure all the wrapper projects can learn a lot from each other.

Yeah!

I am just thinking about it (again, I have to admit), because I am studying intensively multi-threading concepts and implementations in Java, remote invocation calls and such stuff. Motivated by the talk in the C++ thread (atm) and re-discovering the Java is so cool and elegant through actually programming things in eclipse (my thoughts, dont fire me for that, all you C++ patriots

) I thought "is it possible to glue to these two cool things together?".
When I finished my programming homeworks in about a week, I will look into it (mainly engine invocation first... this have to work, otherwise I have to take the other way round which looks more complicated).
What I fear is to sync the engine with the Java garbage collector

maybe I have to rely on the dispose pattern... and I know that you HATE patterns!