LWJGL
May 17, 2012, 02:30:14 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: LWJGL 2.8.3 released!
 
   Home   Help Search Login Register  



Pages: [1]
  Print  
Author Topic: Webstarting DevIL on 0.97.1 on win32  (Read 3454 times)
chaosdeathfish
Newbie
*
Posts: 6


« on: August 14, 2005, 20:21:49 »

I can't seem to get DevIL to webstart properly. Every time I try to use it I get an error saying the application has failed to start due to not finding ILU.dll - I assume this is because DevIL.dll tries to load ILU.dll itself?

Anyway, my web start is set up with all the native libraries in a single jar using:
Code:

  <resources os="Windows">
  <j2se version="1.4+"/>
    <nativelib href="lwjgl-windows.jar"/>
  </resources>


Any ideas?
Logged
Matzon
Administrator
Demigod
*****
Posts: 2177



« Reply #1 on: August 15, 2005, 01:40:30 »

this is the native one we use on lwjgl.org:
http://lwjgl.org/jnlp/native_win32.jar

and the jnlp snippet:
Quote
<resources os="Windows">
    <j2se version="1.4+"/>
    <nativelib href="native_win32.jar"/>
  </resources>
Logged

http://certusgames.com (Free Online Multiplayer Java Games)
http://lwjgl.org (OpenGL/OpenAL for Java)
chaosdeathfish
Newbie
*
Posts: 6


« Reply #2 on: August 15, 2005, 06:42:44 »

Thanks, that helped me narrow down the problem. Even using the same jar files as you did, it didn't work at first, until I realised that wasn't trying to use ILU at all, just IL and ILUT. So I just added a call to ILU.create(), and it all worked fine!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines
SMFAds for Free Forums
Valid XHTML 1.0! Valid CSS!