Funny thing, I have most LWJGL projects working except this

Started by K.I.L.E.R, April 16, 2004, 15:10:22

Previous topic - Next topic

K.I.L.E.R

Maybe in future you could somehow tightly tie the libs with the jar?

It just so happens it's more convenient doing it my way. ;)

elias

That seems only to be possible under Webstart as far as I know. With Webstart, you can specify a jar that contains native libs, but under a "regular" java run, you need the libs as separate files.

(In fact, webstart also needs the libs as separate files, so it pulls the libs out of the jar before the app runs)

- elias

princec

I thought we had a native lib version check in the latest LWJGL?

Cas :)

K.I.L.E.R

A couple of posts up I was told that it doesn't work.