该插件是将项目中引用的第三方的jar包同时打入jar文件
步骤:
1. Eclipse在线更新方法
Help > Install New Software > Add,
name:Fat Jar
location:http://kurucz-grafika.de/fatjar
如果安装失败,可能是eclipse版本不支持2.0版本的插件,需要给eclipse添加2.0插件的支持
1.安装Eclipse2.0版本的插件支持
方法如下:(我的是4.5.1(Mars))
Help -> Install New Software... -> Work with
-> 选择“The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.5” (如果是4.4eclipse luna就选updates/4.4)
-> 勾选"Eclipse Tests, Examples, and Extras" 下的 "Eclipse 2.0 Style Plugin Support"
如果不进行这一步直接安装fatjar会报错,错误内容如下:
An error occurred while installing the items
session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]net.sf.fjep.fatjar 0.0.31, action=).
Failed to prepare partial IU: [R]net.sf.fjep.fatjar 0.0.31.
然后继续上面的安装操作就可以了,重启eclipse,就可以使用了