|
From: Leif M. <le...@ta...> - 2006-06-07 07:54:01
|
David,
The files in the delta pack can be deleted as you wish, or even
added if you have
compiled the wrapper for other platforms. In general, the
wrapper-xx-xx-64 files
are not really needed as the 32 bit versions work fine on the 64 bit
platforms.
The libwrapper-xx-xx-64.so files are required if a 64 bit JVM is being
used. The
32.so files are used by 32 bit JVMs regardless of whether the hardware
is 32 or
64 bits.
Cheers,
Leif
David Ferrero wrote:
> If I want the wrapper scripts to detect the proper architecture
> native libs to use, and I want to minimize the installation size of
> my software, can I have my installer script install just the OS bits
> for a given OS instead of the whole delta-pack?
>
> ie:
>
> For os.name="Linux", could I have my Installer just copy the Linux
> scripts plus the following files?
> lib/wrapper.jar
> lib/libwrapper-linux-ppc-64.so
> lib/libwrapper-linux-x86-32.so
> lib/libwrapper-linux-x86-64.so
>
> Thanks for clarifying,
>
> David
>
|