From: Tom Tromey <tromey@redhat.com>
Reply-To: tromey@redhat.com
To: "kittima puksettee" <kittima_pst@hotmail.com>
CC: java@gcc.gnu.org
Subject: Re: gcj can't find some method in java.io
Date: 10 Jun 2002 10:52:55 -0600
>>>>> "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