Make standalone .jar from IDEA Community?

Hi.

I use IntelliJ IDEA Community Edition for Scala.

When I code in NetBeans on Java old time ago, I can make standalone .jar for Java programs.

How to do this in IntelliJ IDEA Community Edition?

Will this .jar run on JRE-only without Scala installation?

Hi Xapadi,
You can use sbt assembly plugin. Check out their git hub page.

1 Like