Java Webstart Demos

Hi guys

I was fiddling around with Java Webstart to fix a bug in OpenAL library loading. Having gotten it to work, I created JNLP files for the tests contained in the lwjgl package.

http://java-game-lib.sourceforge.net/jnlp/

Some of the tests are console only, and you can only see the output in the console.

The following I have yet to get to work:
pBufferTest

and I’ve noticed some inconsistencies with some of the demos (work perfectly at work, fails at home??)

I can’t verify whether or not the Grass test works, since I haven’t got a nVidia card.

Second Last thing, I have noticed that javaw.exe stays in memory - I will be looking into this… - For now, just manually kill the sucker if it stays alive

Last thing, These demos are created from CVS version of files (ie to be 0.7), and only work on windows + linux (rh8/9)

The PBufferTest works fine here… On a redhat 9. Does it work on your machine without jws?

  • elias

dunno, but don’t think so:

[quote]java.lang.UnsatisfiedLinkError: getPbufferCaps

  at org.lwjgl.opengl.Pbuffer.getPbufferCaps(Native Method)

  at org.lwjgl.test.opengl.PbufferTest.initialize(PbufferTest.java:105)

  at org.lwjgl.test.opengl.PbufferTest.execute(PbufferTest.java:85)

[/quote]

You need to rebuild your win32 libs I think.

  • elias

prettye certain that it is up to date, but I’ll verify when I get home from work