Java、IntelliJ IDEA 设置问题?

发布于 2024-11-24 17:17:50 字数 120 浏览 0 评论 0原文

我想知道如何设置 IntelliJ IDEA 当我单击 run\debug 时,它会执行外部jar 文件?

I was wondering how would I set IntelliJ IDEA up to when I click run\debug, it executes an external jar file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云裳 2024-12-01 17:17:50

将 jar 添加到 依赖项,指定要运行的主类。

Add the jar to the dependencies, specify the main class to run.

娇俏 2024-12-01 17:17:50

最简单的方法可能是将 jar 添加为项目的依赖项/库,然后创建运行配置(运行 -> 编辑配置)来运行您感兴趣的类。

The simplest way would probably be to add the jar as a dependency/library of a project, then create a run configuration (Run -> Edit configurations) to run the class you're interested in.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文