LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: kmyers on November 01, 2003, 22:17:38

Title: Trouble getting the JLWGL set up.
Post by: kmyers on November 01, 2003, 22:17:38
Hello,

Today I tried to get the JLWGL set up and didn't get off the ground.  Could someone give me some relatively explicit instructions?  I'm running under Windows XP.  I downloaded all of the files fine, just couldn't figure out what to do with them :)

I'm sure my computer experience is miniscule compared to the average visitior here, so...feel free to spell it out.
Title: Trouble getting the JLWGL set up.
Post by: Matzon on November 01, 2003, 23:31:17
<drunk>
extract the binary sucker, and you're done :p

extract it, and run some demos using:
java -cp lwjgl.jar;lwjgl_test.jar; org.lwjgl.test.input.MouseTest - check the org.lwjgl.test.* package for more demos
</drunk>