We’re having some problems with Java 1.6.0_10-rc and Java 1.6.0_10-rc2. When running our code through Eclipse everything works fine. When running through an applet, no events are coming through. If I switch to running 1.6.0_7 or earlier JVMs, everything works fine.
I’ve tracked the problem as far as the addKeyboardEvent not getting called from the native libraries. It seems as though the events just aren’t making it into java.
When starting the application, this line is displayed both when running through Eclipse and running through the applet:
Loading: net.java.games.input.DirectAndRawInputEnvironmentPlugin
There are no exceptions in the console. My guess is that this is an issue with the release candidates for update 10 but I can’t really debug things any further than this.
Has anyone else seen this? Is there any fix that I can make in the code?
There is a test application we made here: http://beta.sharendipity.com/assets/1369/. The ‘g’ key will work because it is using Java’s key listener architecture, but pressing the other keys will not as they are going through jinput.
Thank you,
Dale