building lwjgl

Started by Eternity, October 04, 2009, 11:24:57

Previous topic - Next topic

Eternity

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!

kappa

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/

Eternity


Eternity

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!