This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gcj can't find some method in java.io
- From: Tom Tromey <tromey at redhat dot com>
- To: "kittima puksettee" <kittima_pst at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 10 Jun 2002 10:52:55 -0600
- Subject: Re: gcj can't find some method in java.io
- References: <F144hOkPAI6la6y7Z6V0001bf71@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "kittima" == kittima puksettee <kittima_pst@hotmail.com> writes:
kittima> I use gcc3.1 compile java program it was error that Can't
kittima> find method `createNewFile()' in type `java.io.File'. But I
kittima> can call other method in java.io.File(delete,exit).I can't
kittima> debug . Could tell me about it ? what shall we do?
According to my tree, File.createNewFile does exist in 3.1.
Are you sure you're using 3.1? Did you build it yourself? If so, can
you look in your source tree to see if the method is there?
Tom