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:
<resources os="Windows">
<j2se version="1.4+"/>
<nativelib href="lwjgl-windows.jar"/>
</resources>
Any ideas?