Hello Guest

Info about Other Jars?

  • 2 Replies
  • 6917 Views
Info about Other Jars?
« on: October 30, 2010, 04:28:19 »
Ok, I was trying to figure out some of the other Jar's that come with LWJGL.  Is the source provided for these in lwjgl-source-2.6.zip and/or info provided for these in lwjgl-docs-2.6.zip?  For the Jar's not listed here, I was able to find them in the javadoc and/or source.

AppleJavaExtensions.jar (does anyone use this?)
lzma.jar (compression/decompression obviously)
cool story, bro

*

Offline Matzon

  • *****
  • 2242
Re: Info about Other Jars?
« Reply #1 on: October 30, 2010, 08:42:28 »
they are used in the build process.
specifically the lzma stuff to create the lzma files for the applet loader
the apple stuff is for compiling on non-apple setups without using reflection.

Re: Info about Other Jars?
« Reply #2 on: October 30, 2010, 17:29:23 »
Ok, cool, thanks.  I assume that I can still use LZMA compression though if I want to?  I just need to extract the jar and look at what classes are available, but not have javadoc or source to look at.
cool story, bro