From owner-freebsd-java Thu Mar 23 2:14: 9 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id B9E4A37B61F for ; Thu, 23 Mar 2000 02:14:01 -0800 (PST) (envelope-from K.J.Koster@kpn.com) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #35196) with ESMTP id <01JNDCBV6B5U000ZJZ@research.kpn.com> for freebsd-java@FreeBSD.ORG; Thu, 23 Mar 2000 11:13:53 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Thu, 23 Mar 2000 11:13:53 +0100 Content-return: allowed Date: Thu, 23 Mar 2000 11:13:44 +0100 From: "Koster, K.J." Subject: RE: Pre-alpha JDK 1.2.2 patches -- issues To: "'nate@yogotech.com'" Cc: freebsd-java@FreeBSD.ORG Message-id: <59063B5B4D98D311BC0D0001FA7E4522013139C7@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > I personally got really burned out trying to work the > vendors, hence my personal lack of involvement lately. > I'm sorry to hear that. If I may make a suggestion: read "Calvin and Hobbes". It's guaranteed to make you go to work with a grin. It works for me. Could you perhaps be more specific in how the Big Vendors(tm) brushed you off? Perhaps they have a specific objection to Java being available on FreeBSD? Did they just flatly refuse to speak to you? > > > 12. Rounding bug. > > So, maybe it's not an error. :) > Let's settle for "it's a difference". :-) As such, it may need to be solved, because anyone doing even simple numerics on a Sun and a FreeBSD box is going to be pulling his or her hair out. *sigh* I can see the solution now: #ifdef __FreeBSD__ switch(val) { case -3.5: val = -4.0; break; case -2.5: val = -3.0; break; ... } #endif Kees Jan ============================================== You are only young once, but you can stay immature all your life To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message