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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -