gcj can't find some method in java.io
Tom Tromey
tromey@redhat.com
Mon Jun 10 09:39:00 GMT 2002
>>>>> "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
More information about the Java
mailing list