Hello Guest

Funny thing, I have most LWJGL projects working except this

  • 18 Replies
  • 13786 Views
Funny thing, I have most LWJGL projects working except this
« Reply #15 on: April 17, 2004, 16:41:01 »
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. ;)

*

Offline elias

  • *****
  • 899
    • http://oddlabs.com
Funny thing, I have most LWJGL projects working except this
« Reply #16 on: April 17, 2004, 16:56:14 »
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

*

Offline princec

  • *****
  • 1933
    • Puppygames
Funny thing, I have most LWJGL projects working except this
« Reply #17 on: April 18, 2004, 09:49:03 »
I thought we had a native lib version check in the latest LWJGL?

Cas :)

Funny thing, I have most LWJGL projects working except this
« Reply #18 on: April 18, 2004, 10:34:50 »
A couple of posts up I was told that it doesn't work.