Fat Jar Eclipse Plug-In
| Current Release: | alpha |
| Url Update Manager: | http://kurucz-grafika.de/fatjar |
| Download from: | project page |
| Requirements: | Eclipse 3.0 or greater |
Readme:
Documentation:
Experimental:
The Fat Jar Eclipse Plug-In is a Deployment-Tool which deploys an Eclipse java-project into one executable jar.
It adds the Entry "Build Fat-JAR" to the Export-Wizard.
In addition to the eclipse standard jar-exporter referenced classes and jars are included to the "Fat-Jar", so the resulting jar contains all needed classes and can be executed directly with "java -jar", no classpath has to be set, no additional jars have to be deployed.
Jars, External-Jars, User-Libraries, System-Libraries, Classes-Folders and Project-Exports are considered by the plugin.
The Main-Class can be selected and Manifest-files are merged.
The One-JAR option integrates a specialised Class-Loader written by Simon Tuffs ( http://one-jar.sourceforge.net/ ) which handles jar-files inside a jar.
Individual files and folders can be excluded or added to the jar.
Different settings can be stored and re-executed as "Quick Build" via the context-menu.
The zip file contains the plugin directory. Unzip from within the Eclipse directory.
Stop eclipse.
Start eclipse from the command-line with the clean option "eclipse -clean",
otherwise the plugin will not be found.
To uninstall, remove the net.sf.fjep.fatjar_x.x.x (where x.x.x
denotes the version of the plugin you have installed).
FatJar Eclipse 插件是一款部署工具,可将 Eclipse Java 项目打包为单一可执行 JAR 文件。它不仅包含了标准的 Eclipse JAR 导出功能,还能够自动包含所有依赖的类和 JAR 文件,使得生成的 JAR 文件可以独立运行。
3992

被折叠的 条评论
为什么被折叠?



