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




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



_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx



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