LWJGL Forum

Programming => LWJGL Documentation => Topic started by: georgeofjungle3 on April 01, 2009, 03:04:36

Title: What's in the zip?
Post by: georgeofjungle3 on April 01, 2009, 03:04:36
Can someone tell me what each of the jars in the download are and do? I've tried looking around the site, but can't find a good explanation.

Thanks,
Adrian
Title: Re: What's in the zip?
Post by: Matzon on April 01, 2009, 06:01:23
I'm pretty sure that neither the zip nor the jars will break if you open them up ;)

To run an LWJGL application you at the very minimum need lwjgl.jar (or lwjgl_debug.jar if debugging).
If you need Controllers, you need to add jinput.jar
To make life easier you may use the utility classes in lwjgl_util.jar
Title: Re: What's in the zip?
Post by: georgeofjungle3 on April 06, 2009, 23:16:07
Thanks.