|
From: Leif M. <le...@ta...> - 2004-04-16 15:14:12
|
Jacques,
The wrapper.jar file is technically the same for all platforms. It
is built for each
distribution on the various platforms. I have a few people help me out
with the
releases , so the builds are made with slightly different JDK versions.
This results
in the jar file having a slightly different size depending on where it
was built.
All in all this shouldn't matter to you. The exception is that I
have found that
it you build the jar with JDK 1.4.1 or above then you will get errors
when running
under a 1.2.x JVM. I usually do Windows releases using the 1.3.1 JDK
so this
is not an issue. But this is not true for other releases. If you are
going to be using
the 1.2.x JVM, I would make use of the jar from the Windows release.
This shouldn't matter, even though the compiler is told to build a
1.2 version of
class files, it seems to screw things up. Seems like a Java bug, but
not much that
can be done about it. Not many people are using 1.2.x anymore so it is
probably
not much of an issue.
Cheers,
Leif
Jacques Bosch wrote:
>Here's another basic question.
>Is the wrapper.jar file in the win32 and linux distros the same one /
>interchangeable?
>I'm sure it is, but just to be sure...
>
>Thanx.
>Jacques
>
>
|