Info about Other Jars?

Started by jediTofu, October 30, 2010, 04:28:19

Previous topic - Next topic

jediTofu

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

Matzon

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.

jediTofu

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