Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 1998 19:37:50 -0800
From:      Amancio Hasty <hasty@rah.star-gate.com>
To:        Archie Cobbs <archie@whistle.com>
Cc:        kaffe@kaffe.org, freebsd-java@FreeBSD.ORG
Subject:   Re: kaffe bug? 
Message-ID:  <199801210337.TAA00433@rah.star-gate.com>
In-Reply-To: Your message of "Tue, 20 Jan 1998 18:35:39 PST." <199801210235.SAA09411@bubba.whistle.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
{root} uname -a
FreeBSD rah.star-gate.com 3.0-CURRENT FreeBSD 3.0-CURRENT #20: Tue Jan 20 
19:30:41 PST 1998     hasty@rah.star-gate.com:/usr/src/sys/compile/STAR-GATE  
i386

{root} javac -O -g Foo.java
/usr/local/jdk1.1.5/javasrc/build/bin/javac: /usr/local/jdk1.1.5/javasrc/build/
bin/javac[51]: [: -native: unexpected operator/operand
Foo.java:2: Invalid left hand side of assignment.
    char[] x = new char[] = { ':' };
               ^
Foo.java:2: Array constants can only be used in initializers.
    char[] x = new char[] = { ':' };
                            ^
2 errors

	Amancio





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801210337.TAA00433>