From owner-freebsd-java@FreeBSD.ORG Wed Apr 9 10:36:38 2003 Return-Path: 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 4C19C37B401 for ; Wed, 9 Apr 2003 10:36:38 -0700 (PDT) Received: from smtp-relay-2.adobe.com (smtp-relay-2.adobe.com [192.150.11.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id A319E43FA3 for ; Wed, 9 Apr 2003 10:36:37 -0700 (PDT) (envelope-from rolnif@mac.com) Received: from inner-relay-2.corp.adobe.com (inner-relay-2 [153.32.1.52]) by smtp-relay-2.adobe.com (8.12.9/8.12.9) with ESMTP id h39HaZ0w014249 for ; Wed, 9 Apr 2003 10:36:35 -0700 (PDT) Received: from mailsj-v1.corp.adobe.com (mailsj-dev.corp.adobe.com [153.32.1.192])h39HaUgm012041 for ; Wed, 9 Apr 2003 10:36:30 -0700 (PDT) Received: from mac.com ([153.32.129.125]) by mailsj-v1.corp.adobe.com (Netscape Messaging Server 4.15 v1 Jul 11 2001 16:32:57) with ESMTP id HD37KT00.7VH; Wed, 9 Apr 2003 10:36:30 -0700 Message-ID: <3E945A1D.4060400@mac.com> Date: Wed, 09 Apr 2003 10:36:29 -0700 From: John Martinez User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomas Pluskal References: <20030409160414.H1631@eddie.> <20030409163808.GB26110@alicia.nttmcl.com> <20030409193102.Y1553@eddie.> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: java@freebsd.org Subject: Re: problem building native jdk 1.4.1 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2003 17:36:38 -0000 Tomas Pluskal wrote: > Thank you for your reply, but I don't really understand what jar file do > you mean. I have downloaded these files: > j2sdk-1_4_1-src-scsl.zip > bsd-jdk14-patches-3.tar.gz > and I am installing from ports (java/jdk14 port). MD5sums of the files are > correct. > > Tomas Pluskal > > On Wed, 9 Apr 2003, Shannon -jj Behrens wrote: > > >>I had a similar problem on a similar system. It turned out to be a corrupt >>jar file. I deleted the package and tried again, and things worked. >> >>Best Regards, >>-jj I was able to successfully build JDK 1.4.1 from the ports tree last night on FreeBSD 5.0-RELEASE with the patched libc_r. Haven't tried it yet, since I was done late last night, but it looked ok. 'java -showversion' worked ok, but that's not saying much. -john