about problem gcj
Bryce McKinlay
bryce@waitaki.otago.ac.nz
Mon Jun 3 01:51:00 GMT 2002
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.
More information about the Java
mailing list