Hello Guest

What's in the zip?

  • 2 Replies
  • 8470 Views
What's in the zip?
« 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

*

Offline Matzon

  • *****
  • 2242
Re: What's in the zip?
« Reply #1 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 ;)
  • jinput.jar - JInput classes
  • lwjgl.jar - LWJGL classes
  • lwjgl_debug.jar - LWJGL classes in debug version
  • lwjgl_test.jar - LWJGL tests
  • lwjgl_util.jar - LWJGL util classes
  • llwjgl_util_applet.jar - LWJGL applet loader

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

Re: What's in the zip?
« Reply #2 on: April 06, 2009, 23:16:07 »
Thanks.