Hi, if anyone can shed some light on the problem below, I would very much
appreciate it.
I'm using the 1.1.7v3 JDK on RedHat 5.2 with gnujsp-1.0 and I'm getting the
following exception when trying to get one of the properties of my bean after
it's been initialized. It's been bugging me for about
The interpreter of JDK 1.2.2 RC2 still has the bug
mentioned below.
Sun's JIT and TYA can handle the case correctly.
On Wed, 23 Jun 1999 20:35:35 -0700
[EMAIL PROTECTED](Matt Welsh) said:
> The following program causes the Linux JDK 1.1.7v3 to crash with a
> SIGFPE. This is beca
Hi Albrecht,
> > The following program causes the Linux JDK 1.1.7v3 to crash with a
> > SIGFPE. This is because the x86 causes an arithmetic exception when
> > you divide 0x8000 by -1; the JVM spec, however, says that the result
> > of this should be 0x8000 with N
Hi,
>
> The following program causes the Linux JDK 1.1.7v3 to crash with a
> SIGFPE. This is because the x86 causes an arithmetic exception when
> you divide 0x8000 by -1; the JVM spec, however, says that the result
> of this should be 0x8000 with NO exception thrown.
The following program causes the Linux JDK 1.1.7v3 to crash with a
SIGFPE. This is because the x86 causes an arithmetic exception when
you divide 0x8000 by -1; the JVM spec, however, says that the result
of this should be 0x8000 with NO exception thrown. (The fix is to catch
the SIGFPE
#1 -- yes, FAQ 2.6
#2 -- java.sun.com
At 09:02 PM 6/2/99 -0700, Rick Jesse wrote:
> Is there a doc that explains what the different files are in the 1.1.7
>v3 release. That is, a high level description of what is in each of these
>files: i18n_1.1.7-v3-glibc-x86.tar.gz
>jdk_1.1.7-v3-glibc-x8
Is there a doc that explains what the different files are in
the 1.1.7 v3 release. That is, a high level description of what is in each of
these files:
i18n_1.1.7-v3-glibc-x86.tar.gzjdk_1.1.7-v3-glibc-x86-native.tar.gzjdk_1.1.7-v3-glibc-x86.tar.gzjre_1.1.7-v3-glibc-x86-native.tar.gzjre_1.1.7
Hello,
I am having problems displaying Japanese under RedHat 6.0 using the
new JDK 1.1.7 v3. I am NOT having problems with RH 5.2 though. I appear to
have exactly the same fonts between the two machines. I'm using the
font.properties.ja for font.properties on both machines. Everything tha