首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

Eclipse 使用fatjar打包jar文档

发现eclipse打包jar无法连带打包第三方lib,于是选择安装插件fatjar,现在说明fatjar安装过程: 1、安装方法:    1)下载安装:    https://sourceforge.net/projects/fjep/files/    解压下载的ZIP包,将里面的Jar解压到Eclipse安装路径下的plugins文件夹中;    重启eclipse没安装成功,删除eclipse下\configuration\org.eclipse.update\platform.xml重启也无效;    2)在线安装:    eclipse菜单栏 help->install new software...->work with    新增:fatjar - http://kurucz-grafika.de/fatjar    安装失败提示:Failed to prepare partial IU: [R]net.sf.fjep.fatjar 0.0.31. 2、网上说,目前fatjar版本只支持eclipse 3.4前,我的elipse版本是:Version: Mars.1 Release (4.5.1)    CSDN和OSChina上都有人提供Fatjar_0.0.32.zip下载,说可以解决该问题,不过未试验; 3、采用下面这个方法解决eclipse和fatjar版本不兼容的问题:    进入Help -> Install New Software...,    选择Work with列表下的The Eclipse Project Updates - http://download.eclipse.org/eclipse/updates/4.5    在弹出的可安装组件中选择:    Eclipse Tests, Examples, and Extras     打开下拉选择:Eclipse 2.0 Style Plugin Support安装; 4、重新启动eclipse后再通过在线安装fatjar成功,重启eclipse,右键项目,通过Build Fat Jar打包;       或者右键项目选择Export->other->Fat Jar Exporter打包项目。 5、Fatjar打包项目过程,命名jar以及选择Main-class,勾选One-JAR,next后可以看到要打包的第三方lib,finish即可。

03

Ubuntu base install

说明!! 这个系统安装了compiz fusion(超炫界面),gtweakui,startupmanager(系统管理工具),awn,cairo-dock(dock), install packages sudo aptitude install sun-java6-jdk eclipse stardict  mozilla-thunderbird axel moto4lin mysql-server-5.0 tomcat5.5 gtweakui startupmanager build-essential rar zip avant-window-navigator-bzr awn-core-applets-bzr compiz-gnome compiz-fusion-plugins-extra compiz-fusion-plugins-main compizconfig-settings-manager libcompizconfig-backend-gconf emerald  cairo-dock cairo-dock-plug-ins   mplayer w32codecs mozilla-mplayer source.list # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://cn.archive.ubuntu.com/ubuntu/ gutsy main restricted deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## universe WILL NOT receive any review or updates from the Ubuntu security ## team. deb http://cn.archive.ubuntu.com/ubuntu/ gutsy universe deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy universe deb http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates universe deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://cn.archive.ubuntu.com/ubuntu/ gutsy multiverse deb-src http://cn.archive.ubuntu.com/ubuntu/ gutsy multiverse deb http://cn.a

04
领券