I’ve created a Web Start demo that uses LWJGL and I’m wondering what’s the best way to do it. I used the JNLP files from the LWJGL demos as starting point, so I’m referencing the LWJGL libs from http://lwjgl.org/jnlp in my JNLP file. Is this ok?
One problem I encountered is that you can’t reference Jars signed with different keys in the same JNLP file. I solved this by creating an extension JNLP file for LWJGL, which can be viewed here. Maybe you can provide this extension on your site as it makes using LWJGL in Web Start much easier, or do you have some other preferred method of including LWJGL in a Web Start app?
