开发者

Java, IntelliJ IDEA setup question?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜