IntelliJ IDEA export Runnable program as Uber Jar -
in intellij idea, if java or groovy class has "main" method, intellij provides option run program , figures out classpath based on classpath of module. run <classname>.main() works fine.
however want export uber jar corresponding including required jars classpath can run program somewhere else. did not see option in intellij export java/class uber(fat) jar. not looking gradle/maven build script create jar. checking if intellij has option automatically. using intellij ultimate edition 14.0.4
i think feature looking for:
the key step customize artifact , select "select target jar".
Comments
Post a Comment