This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Fwd: gcj can not import packages
- From: Andrew Haley <aph at redhat dot com>
- To: mohan NMH <mohan dot nmh2 at gmail dot com>, java at gcc dot gnu dot org
- Date: Wed, 9 Nov 2016 12:25:57 +0000
- Subject: Re: Fwd: gcj can not import packages
- Authentication-results: sourceware.org; auth=none
- References: <CANV4OqjehvrZUaMGbwn0Gu3KsesTy7aWVhY9cPETpnqwf_Zo0A@mail.gmail.com> <CANV4Oqhm440dav4AONgwW87VJ3+0c0S7KjdvnjwW+7V_VP2WJg@mail.gmail.com>
On 09/11/16 11:29, mohan NMH wrote:
> Can someone help me to understand why gcj can not import packages
> while javac can? Any CLASSPATH setting required?
java.util.Objects is Java 1.7. gcj is at the level of 1.4 - 1.5.
Andrew.