java做了一个程序,FileReader()不能识别JButton读取的路径

JButton按钮读取的路径是C:\Users\wan\Documents\sample.conf,但是FileReader()必须要C://Users//wan//Do... JButton按钮读取的路径是C:\Users\wan\Documents\sample.conf,但是FileReader()必须要C://Users//wan//Documents//sample.conf

public class TestFile {

public static String readFile() throws Exception {

Testpanel r = new Testpanel();
String path2 = r.getPath2();

File file = new File(path2);

BufferedReader br = new BufferedReader(new FileReader(file));

}
if (e1.getSource() == btnSelect2) {

int intRetVal = fc2.showOpenDialog(this);
if (intRetVal == JFileChooser.APPROVE_OPTION) {
txtfile2.setText(fc2.getSelectedFile().getPath());
}
展开
 我来答
百度网友080b03f
推荐于2016-08-06 · TA获得超过463个赞
知道小有建树答主
回答量:381
采纳率:100%
帮助的人:284万
展开全部
源代码中路径应该是: C:\\Users\\wan\\Documents\\sample.conf 或者是

C:/Users/wan/Documents/sample.conf

path = fc2.getSelectedFile().getPath()应该已经在内部正确存储了路径,new FileReader(path)可以直接用
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式