Java、IntelliJ IDEA 设置问题?
我想知道如何设置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 jar 添加到 依赖项,指定要运行的主类。
Add the jar to the dependencies, specify the main class to run.
最简单的方法可能是将 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.