From owner-java@FreeBSD.ORG Sun Dec 7 14:50:54 1997 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA00462 for java-outgoing; Sun, 7 Dec 1997 14:50:54 -0800 (PST) (envelope-from owner-java@FreeBSD.ORG) Received: from heron.doc.ic.ac.uk (cBSuFGTrv2dqQFegDZL6pmFEf2f/M3SY@heron.doc.ic.ac.uk [146.169.2.31]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA00426 for ; Sun, 7 Dec 1997 14:50:33 -0800 (PST) (envelope-from njs3@doc.ic.ac.uk) Received: from ash3.doc.ic.ac.uk [146.169.16.31] ([SeXJOq3XgZTkyjpwTr5t2cz4+RHrAN4y]) by heron.doc.ic.ac.uk with smtp (Exim 1.62 #3) id 0xepXD-00055n-00; Sun, 7 Dec 1997 22:50:47 +0000 Received: from njs3 by ash3.doc.ic.ac.uk with local (Exim 1.62 #1) id 0xepWr-0000Zh-00; Sun, 7 Dec 1997 22:50:25 +0000 From: njs3@doc.ic.ac.uk (Niall Smart) Date: Sun, 7 Dec 1997 22:50:25 +0000 In-Reply-To: Mark Diekhans "Re: which JDK to use?" (Dec 7, 12:13pm) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: Mark Diekhans , njs3@doc.ic.ac.uk Subject: Re: which JDK to use? Cc: freebsd-java@FreeBSD.ORG Message-Id: Sender: owner-java@FreeBSD.ORG Precedence: bulk On Dec 7, 12:13pm, Mark Diekhans wrote: } Subject: Re: which JDK to use? > > Hi Niall, > > I have been doing a fair amount Java server development (i.e. not GUI) > on FBSD... I just gave up on solaris 2.6/Intel, its too damn slow, and i've been having problems with my window manager's stability that I am hoping to cure by moving to FreeBSD. (I even recompiled XFree86 on Solaris 2.6, didn't help) > > - use the Linux port in emulation mode > > This has been working so well for me that I have never found the time > to try the native port. So far, the only problem I had was a JDBC > driver that didn't work. Cool, I am just doing command-line type stuff so this won't affect me. > I wouldn't let the warning about JDB not working in the native > port deter you; JDB has proven so slow that its not worth the > trouble on every platform I have tried it on. Hmm, is it even useful? I gave it a brief glance, it seems it can only invoke the toString() methods on a function, not very useful. Do you know of any good debuggers that I can use for Java under FreeBSD? Thanks for your help, I'll give the linux version a shot. Niall