From owner-freebsd-java@FreeBSD.ORG Tue Oct 25 12:59:41 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62E0A16A41F for ; Tue, 25 Oct 2005 12:59:41 +0000 (GMT) (envelope-from audiocollage@sbcglobal.net) Received: from web80821.mail.yahoo.com (web80821.mail.yahoo.com [66.163.170.112]) by mx1.FreeBSD.org (Postfix) with SMTP id D3BDF43D62 for ; Tue, 25 Oct 2005 12:59:31 +0000 (GMT) (envelope-from audiocollage@sbcglobal.net) Received: (qmail 218 invoked by uid 60001); 25 Oct 2005 12:59:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=m5zlUBJp5VHrtSv1iZZ1vd9zRLQjYHtJ9SGXD4mWNQkzlKDy07xLIV8ii6GyZJvnc/gMwCxIb6F4nAouUV7l4oscwQHMIdL/OFSlZY90GvYQv3ZoGo5/AngfKA5xoMwEpEpz3UAgp93ULZ3NJL8EM1VtOYFgaf7zdFO8NKHsQNI= ; Message-ID: <20051025125931.216.qmail@web80821.mail.yahoo.com> Received: from [129.54.8.45] by web80821.mail.yahoo.com via HTTP; Tue, 25 Oct 2005 05:59:31 PDT Date: Tue, 25 Oct 2005 05:59:31 -0700 (PDT) From: Tanya N kessler To: freebsd-java@freebsd.org In-Reply-To: <435CD371.1030708@gddsn.org.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Help: Install JDK 1.5 on FreeBSD 5.4 AMD64 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 12:59:41 -0000 I've tried just about everything. The linux-sun-jdk14 works. I can javac -version. Linprocfs mounts. I have all the right options in the kernel. I added WITH_LIB32=YES to make.conf. What I'm wondering is, do I have to have current ports (bleeding edge) or is stable ports o.k.? For those who got native jdk15 to work on amd64, are you using stable or current ports? I just saw a post about disabling security in the rc.conf file. I'm going to look into that also... If someone has time maybe could they create a quick and dirty how to on installing native jdk15 on a fresh install of freebsd 5.4 for amd64. I know if ever get this working I'm definitely going to host a how to on this. Huang wen hui wrote:Huang wen hui wrote: > Tanya N kessler wrote: > >> O.K., I did a totally fresh install of FreeBSD 5.4 on >> AMD64. Updated CVS with the stable verison 5.x. Did >> a portupgrade of all src and port. Built and >> installed a kernel w/COMPAT_LINUX32 support. Added >> linprocfs to my fstab. Built and installed >> linux-sun-jdk14. Then I go to build native jdk15 and >> I still get the same error. javac is executable by >> user, group, and others. I'm not sure how to tell if >> the VM loads O.K. from linprocfs. All I know is that >> I just switched to FreeBSD. I like a lot, but I can't >> seem to get native java work. Will someone please >> tell me what I am doing wrong... >> >> >> > try to use native jdk1.4.2 as bootstrapper. Of cause you need > COMPAT_IA32 and lib32 options. I succeeded to install jdk1.5.0-p1 on > 5.4R. > > --hwh forgot this: you need to replace /usr/lib32/libpthread by /usr/lib32/libc_r. _______________________________________________ freebsd-java@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"