Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 389 Bytes

File metadata and controls

6 lines (4 loc) · 389 Bytes

java_code_bundler

Bundles all java source files into a massive java file.

How To Use

Execute the program either by double clicking or from command-line. You will be asked for the directory of the source files and the file that contains the main class. Afterwards the program will create a java source file containing the code from all the source files in the directory of the program.