gpt4 book ai didi

java - jsp web 应用程序相对路径

转载 作者:行者123 更新时间:2023-11-29 05:59:12 25 4
gpt4 key购买 nike

我想通过 Eclipse 在 AWS Java Web 项目中打开 Java 类中的文件。

我的文件在一个名为“res”的文件夹中

我试过了

BufferedReader in = new BufferedReader(new InputStreamReader(new FileInputStream("res\\txtFile.txt"), "UTF-8"));

但不工作!

我得到了

java.io.FileNotFoundException: res\txtFile.txt (The system cannot find the path specified)

最佳答案

如果文件在 weapp 中,您需要 ServletContext.getResourceAsStream 或 Class.getResourceAsStream。如果它在文件系统的其他地方,你应该使用绝对路径。像您使用的相对路径是相对于您的应用服务器启动的目录解析的,该目录可能不是您想要的。

关于java - jsp web 应用程序相对路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10815414/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com