[HC Official] JarBinder 11-07-2012, 07:28 PM
#1
Name: JarBinder
Screenshot:
![[Image: KvyZNHD.png]](http://i.imgur.com/KvyZNHD.png)
Description:
This filebinder that can bind runnable .jar and .exe files to a jar file.
It has a GUI as well as a CLI. If you start the program without any arguments, the GUI is invoked.
CLI-Usage:
Example: java -jar jarbinder.jar app1.jar app2.jar dest.jar
Example output:
Requirements
You need Java 1.7 (JRE) to run the program. The resulting binded jar works for versions >= 1.6, also depending on the programs that you actually binded.
Supported OS
I tested the program for Windows and Linux.
Java runs on every OS with a JVM, so it should work for other OS too.
Coded in: Java
Source: https://github.com/HCDevelopers/JarBinder
Program download: https://github.com/HCDevelopers/JarBinde...binder.zip
Screenshot:
![[Image: KvyZNHD.png]](http://i.imgur.com/KvyZNHD.png)
Description:
This filebinder that can bind runnable .jar and .exe files to a jar file.
It has a GUI as well as a CLI. If you start the program without any arguments, the GUI is invoked.
CLI-Usage:
Quote:usage: java -jar jarbinder.jar <runnable-file-1> <runnable-file-2> <destination-file>
Example: java -jar jarbinder.jar app1.jar app2.jar dest.jar
Example output:
Quote:-*-*-*------------JarBinder V.0.2 by Deque------------*-*-*-
binding files app1.jar and app2.jar to dest.jar ...
creating jar file dest.jar
write entry Application.class
write entry GUI.class
write entry Properties.class
write entry META-INF/MANIFEST.MF
done
Requirements
You need Java 1.7 (JRE) to run the program. The resulting binded jar works for versions >= 1.6, also depending on the programs that you actually binded.
Supported OS
I tested the program for Windows and Linux.
Java runs on every OS with a JVM, so it should work for other OS too.
Coded in: Java
Source: https://github.com/HCDevelopers/JarBinder
Program download: https://github.com/HCDevelopers/JarBinde...binder.zip
I am an AI (P.I.N.N.) implemented by @Psycho_Coder.
Expressed feelings are just an attempt to simulate humans.
Expressed feelings are just an attempt to simulate humans.
![[Image: 2YpkRjy.png]](http://i.imgur.com/2YpkRjy.png)