easiest way to make something runnable?
using idea, i can simply click on "run", to run my app. if i want to give a runnable something to someone else not having an ide, how can i make a runnable jar or bat or sh as simple as possible? (i'm using jars from different locations in my classpath and different source paths)
请先登录再写评论。
I think there was a plugin to generate a batch. You can also take a look at the first output line, IDEA prints the commands there.
However, this won't help anyone except you, as they'll have different paths. Using ant or maven is the best option.