Re: Fwd: gcj can not import packages

Andrew Haley <[email protected]> Wed, 9 Nov 2016 12:25:57 +0000
Newsgroups gmane.comp.gcc.java.devel
Message-ID <[email protected]>
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.