gpt4 book ai didi

java - IO错误: FileNotFound when trying to use jython in java

转载 作者:行者123 更新时间:2023-11-30 06:06:34 25 4
gpt4 key购买 nike

所以我将此文件位于特定目录中。

enter image description here

在这里,我尝试访问我的文件:

public static void main(String[] args) {
try {
PythonInterpreter interpreter = new PythonInterpreter();
interpreter.execfile("C:/Users/schueler/Desktop/TestForPhyton/testPython.py");
} catch (Exception ex) {
System.out.println(""+ex);
}
}

我收到此错误:

IOError: (2, 'File not found - C:\\Users\\schueler\\Desktop\\TestForPhyton\\testPython.py (Das System kann die angegebene Datei nicht finden)')

最佳答案

拼写错误。

testPython.py ==> testPyhton.py(在目录中)

有自动完成工具,IDE可以避免此类错误

关于java - IO错误: FileNotFound when trying to use jython in java,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51185970/

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