Home > Java > JavaBase > body text

Reasons and solutions why the file cannot be found in java relative file path

Release: 2019-12-05 09:52:21
Original
3392 people have browsed it

Reasons and solutions why the file cannot be found in java relative file path

java相对文件路径找不到文件解决方法:

1、问题:

在程序需要通过相对路径引用文件,使用Junit可以正常执行,但是直接使用main方法找不到对应问题。

2、分析:

因为不同运行方式所使用的环境变量中的用户工作目录不同所致。

3、解决:

修改系统环境变量即可。

System.setProperty("user.dir", "C:\\XXX\\XXX");
Copy after login

更多java知识请关注java基础教程栏目。

The above is the detailed content of Reasons and solutions why the file cannot be found in java relative file path. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!