LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Eternity on October 04, 2009, 11:24:57

Title: building lwjgl
Post by: Eternity on October 04, 2009, 11:24:57
Hey!

ive created an project in eclipse in which im trying to rebuild lwjgl using the lwjgl source code download, but it doesnt include the source for JInput it seems. Where can i find this? (ive tried decompiling the JInput classes but that didint work so well).

Thnx!
Title: Re: building lwjgl
Post by: kappa on October 04, 2009, 11:48:51
JInput is a standalone project from LWJGL so you don't really need to compile it to compile LWJGL. However if you still must have the source to compile it, then you can grab the source code from the JInput website https://jinput.dev.java.net/
Title: Re: building lwjgl
Post by: Eternity on October 04, 2009, 16:41:27
Thnx!
Title: Re: building lwjgl
Post by: Eternity on October 04, 2009, 19:21:52
ok one more queston :P

i got the source for jinput from the jinput website but im still missing the source for net\java\games\util\plugins\plugins.class (and whatever else it may need)

this class is found in the jinput.jar archive that comes with the normal lwjgl download but i dont see its source in lwjgl's source nor jinputs source.

EDIT: ahh... nvm i noticed that its part of a seperate project (jutils). I got it working! thnx!