Why can't I run Java anywhere yet?

interesting! a friend of mine wants to use Unity. i will warn him :slight_smile:

btw: is the android lib very different? is it likely that i have much to rewrite to port my games? i hadnā€™t the time to look closer yet

[quote]btw: is the android lib very different? is it likely that i have much to rewrite to port my games? i hadnā€™t the time to look closer yet
[/quote]
Well, I donā€™t know your game code, so I couldnā€™t say. The Android SDK is pretty straight forward though (IMHO) and thereā€™s quite a few tutorials out there. Keep in mind that it uses openGL ES for 3D, so fixed function pipeline only (for the most part). If your games are written in Java2D then they may just port right over.