This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我能够通过 Runtime.getRuntime().exec(filePath) 在运行时运行 exe,但这似乎只适用于 jar 之外的外部 exe。我想运行一个打包在 jar 中的 exe。我该怎么做?我相信有一个 jar 加载函数,因为我已经看到使用 jar 中的文件名以相同方式加载它的代码,但这对我来说返回了一个 IO 错误。