Quantcast
Channel: Programming – Researcher's Blog
Viewing all articles
Browse latest Browse all 51

Java Application in One JAR

$
0
0
Wouldn’t it be nice if you could just wrap up all your classes into one big executable, and run it? Well the Java2 Runtime Environment has a way of doing this using a JAR launcher. If you bundle your class, and all the supporting classes in a file called myapp.jar, and set the MANIFEST.MF appropriately, … Continue reading

Viewing all articles
Browse latest Browse all 51

Trending Articles