JDK 1.1.7v3 and JSP

2000-04-14 Thread Timothy Owen Reilly
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

0x8000000 / -1 bug (Re: Arithmetic bug in Linux JDK 1.1.7v3)

1999-11-27 Thread SHUDO Kazuyuki
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

Re: Arithmetic bug in Linux JDK 1.1.7v3

1999-07-05 Thread SHUDO Kazuyuki
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

Re: Arithmetic bug in Linux JDK 1.1.7v3

1999-06-25 Thread Albrecht Kleine
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.

Arithmetic bug in Linux JDK 1.1.7v3

1999-06-23 Thread Matt Welsh
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

Re: jdk 1.1.7v3

1999-06-02 Thread Chris Abbey
#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

jdk 1.1.7v3

1999-06-02 Thread Rick Jesse
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

JDK 1.1.7v3 RH 6.0 and Japanese

1999-05-13 Thread Stephan Cleaves
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