How do I create a runnable JAR in IntelliJ as I would in Eclipse

前端 未结 4 892
小蘑菇
小蘑菇 2020-12-01 12:10

My process for creating a runnable JAR from a project with many libraries with Eclipse has been.

Export > Runnable JAR > Select launch configuration > Packag

4条回答
  •  粉色の甜心
    2020-12-01 12:28

    you could try using a gradle script. eclipse will make you a gradle project. you can use that build file with any ide. it has a built in jar task.

提交回复
热议问题