Skip to content

A standalone application built with Java Swing GUI to generate a runnable JAR for another Java application.

Notifications You must be signed in to change notification settings

incubated-geek-cc/Runnable-JAR-Generator

Repository files navigation

Runnable-JAR-Generator

Generate a Runnable JAR in 3 steps! (no Elipse IDE or wrapper classes or JAR commands required)

A Java application to generate a Runnable JAR file from your built JAR outputs (e.g. from NetBeans IDE).


Illustration:

Step 1. Select application JAR file (in NetBeans, this is usually built and output into the dist folder)

Step 2. Select all external JAR libs which are depencies of the Java application (in NetBeans, this is usually output into the dist/lib folder)

Step 3.


On completion, the folder containing the final output shall be automatically displayed:

Output folder is named as “extracted_”, where <timestamp> is generated by the application

Sample files to test are included: demo folder

Built with Java version 8 on Windows OS (application is platform independent)

No External JAR libraries included

About

A standalone application built with Java Swing GUI to generate a runnable JAR for another Java application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages