What's in the zip?

Started by georgeofjungle3, April 01, 2009, 03:04:36

Previous topic - Next topic

georgeofjungle3

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

Matzon

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

georgeofjungle3