LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Nu on October 12, 2006, 03:23:25

Title: new to lwjgl
Post by: Nu on October 12, 2006, 03:23:25
i just started using lwjgl this week, i was wondering if anyone could answer a few questions

what do i have to do to enable devil on lwjgl, i looked in the jar and the devil package has no classes in it

if i want to make a jar
-what dlls do i need to include in the release
-what jars do i have to include
-do i want to include these in my jar or link them
Title: new to lwjgl
Post by: MarneusCalgarXP on October 12, 2006, 07:56:09
Quotewhat do i have to do to enable devil on lwjgl, i looked in the jar and the devil package has no classes in it

You need to download the "lwjgl-optional" package in order to get the devil jar + dll
Title: new to lwjgl
Post by: Nu on October 12, 2006, 16:43:01
thanks, i didnt nodice the otional packages
Title: new to lwjgl
Post by: Nu on October 12, 2006, 22:32:27
i installed the extra but i keep getting

java.lang.UnsatisfiedLinkError: nilGenImages

i loaded the jar and added all the dll's, any idea whats wrong
Title: new to lwjgl
Post by: Matzon on October 13, 2006, 07:05:45
missing a IL.create
Title: new to lwjgl
Post by: Nu on October 14, 2006, 18:37:57
ok, that worked, thanks