Is there a GUI based tool to create jar archives easily?
The Eclipse has a "fat" tool to create executable jar archives,
and I found a tool named 'jar tool' for IDEA, but 'jar tools' does not support IDEA 9.0,
so, for now, is there another GUI based tool to create jar archives easily?
thanks!
请先登录再写评论。
Although you want to have a GUI tool, I suggest you a non-GUI tool: ANT.
Usually, jar files are created regularly during a build process containing
other steps, too, e.g. obfuscation or retrotranslation. These steps best are
done on command line, e.g. to be executed on a test server as well.
See Project Structure (Ctrl+Alt+Shift+S), Artifacts page.