开发者

Java, IntelliJ IDEA setup question?

开发者 https://www.devze.com 2023-03-21 10:47 出处:网络
I was wondering how would I set IntelliJ IDEA up to when开发者_JAVA百科 I click run\\debug, it executes an external jar file?Add the jar to the dependencies, specify the main class to run.The simplest

I was wondering how would I set IntelliJ IDEA up to when开发者_JAVA百科 I click run\debug, it executes an external jar file?


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


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消