This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: cannot find file for class java.lang.StringBuilder
- From: Tom Tromey <tromey at redhat dot com>
- To: csplrj at yahoo dot co dot in
- Cc: java at gcc dot gnu dot org
- Date: 15 May 2006 11:44:34 -0600
- Subject: Re: cannot find file for class java.lang.StringBuilder
- References: <20060502022455.92006.qmail@web8514.mail.in.yahoo.com>
- Reply-to: tromey at redhat dot com
>>>>> "Chirag" == Chirag <csplrj@yahoo.co.in> writes:
Sorry for the delay in our reply.
Chirag> I am new to GCJ
Chirag> I had downloaded MingW
Chirag> I am trying to compile my Jar File but it throws the
Chirag> following errors saying cannot find for class
StringBuilder is new in java 1.5.
Chirag> Is there any patch available?
Chirag> If Yes then please give me the link for the
Chirag> downloading the same
We have StringBuilder in recent versions of gcj.
Probably this means you are using an older version.
(You didn't say what version you were using in your note.)
Tom