java中的The method canExecute() is undefined for the type File 为什么有这个错误啊

importjava.io.File;publicclassGetFileInfo{/***@paramargs*/publicstaticvoidmain(String... import java.io.File;
public class GetFileInfo {
/**
* @param args
*/
public static void main(String[] args) {
String filePath="hello.txt";
File file=new File(filePath);
System.out.println("name:"+file.getName());
System.out.println("name:"+file.exists());
System.out.println("name:"+file.getPath());
System.out.println("name:"+file.getAbsolutePath());
System.out.println("name:"+file.canExecute());
System.out.println("name:"+file.canRead());
System.out.println("name:"+file.canWrite());
// TODO Auto-generated method stub
}
}
展开
 我来答
___dubai___
2012-11-07
知道答主
回答量:19
采纳率:0%
帮助的人:15.2万
展开全部
是不是你的jdk版本不是1.6或以上的,

boolean java.io.File.canExecute()
Tests whether the application can execute the file denoted by this abstract pathname.
Returns:
true if and only if the abstract pathname exists and the application is allowed to execute the file
Throws:
SecurityException
- If a security manager exists and its java.lang.SecurityManager.checkExec(java.lang.String)
method denies execute access to the file
Since:
1.6
greatdoudou
2012-11-07 · TA获得超过171个赞
知道小有建树答主
回答量:335
采纳率:100%
帮助的人:274万
展开全部
是你编译器版本的问题吧,这个方法是1.6以后才有的,1.5 木有
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式