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: about problem gcj


kittima puksettee wrote:

I use gcj to compile my java program and it is error that Can't find "creatNewFile "in type java.io.File . But I can use others method in java.io.File(such as delete,exit).Could you tell me about if?what shall I do?

File.createNewFile() is implemented in GCJ 3.1. It might not have been present in earlier versions. So, you should upgrade to a newwer version of GCJ.

regards

Bryce.




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