Just a curious question here:
First, some background - I’ve been starting some development and am SERIOUSLY considering using the LWJGL libraries for my game (I’m very impressed with you guys - good work!). However, since I’m just starting development, I wanted to use the Java 5.0rc development kit, since by the time I release this thing, I’m sure that’s what will be readily available to users.
Now, here’s the problem. I was looking at the space invaders demo at http://www.lwjgl.org/demos.php, and under the Java 1.4.2 runtime, it works fine, but under Java 5.0rc, the little ship just flies to the left and gets stuck. Is this a bug with Java 5.0rc? Or is there going to be some ongoing compatibility issues with Java 5.0rc and the LWJGL? I’d hate to write up this whole game just to have it break with the next version of Java.

