This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcj can't find some method in java.io


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]