From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90663 invoked by alias); 17 Jan 2017 09:56:04 -0000 Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org Received: (qmail 90648 invoked by uid 89); 17 Jan 2017 09:56:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-5.1 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:250, Bill X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 17 Jan 2017 09:56:02 +0000 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 4ED7D31B305; Tue, 17 Jan 2017 09:56:02 +0000 (UTC) Received: from zebedee.pink ([10.33.36.20]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id v0H9u07n030018; Tue, 17 Jan 2017 04:56:01 -0500 Subject: Re: Fwd: gcj can not import packages To: bill.chatfield@yahoo.com, "'Ricardo Wurmus'" References: <9335b6e8-ed7f-1e8d-4022-656da4681770@redhat.com> <59a501d2701f$b1bb1290$153137b0$@yahoo.com> <87ziiq937c.fsf@elephly.net> <59dc01d2704c$0d4ea910$27ebfb30$@yahoo.com> Cc: "'mohan NMH'" , java@gcc.gnu.org From: Andrew Haley Message-ID: Date: Tue, 17 Jan 2017 09:56:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <59dc01d2704c$0d4ea910$27ebfb30$@yahoo.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-01/txt/msg00004.txt.bz2 On 16/01/17 22:58, Bill Chatfield via java wrote: > From the link, it looks like it would be correct to say that gcj is > the *only* open source way to bootstrap OpenJDK. OpenJDK can bootstrap itself. Andrew.