gpt4 book ai didi

java - idlj.exe : file not found exception

转载 作者:行者123 更新时间:2023-12-01 13:14:20 25 4
gpt4 key购买 nike

我通过 CMD 运行以下命令:

"C:\Program Files\Java\jdk1.7.0_51\bin\idlj.exe" -fall hello.idl

hello.idl 文件与 idlj.exe 文件位于同一文件夹中,并包含以下内容

module HelloApp
{
interface Hello
{
string sayHello();
oneway void shutdown();
};
};

但是,执行上述命令时我收到以下错误:

java.io.FileNotFoundException: hello.idl (The system cannot find the file specified)

请您指出这里出了什么问题以及解决方案。 idl 文件应该位于另一个文件夹中吗?

谢谢

最佳答案

文件 hello.idl 应该位于您的当前目录中。

因此,如果您的 idl 文件位于与 idlj.exe 相同的目录中,那么您应该转到目录 C:\Program Files\Java\jdk1.7.0_51\bin 并执行命令:idlj.exe -fall hello.idl

关于java - idlj.exe : file not found exception,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22585694/

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