Filed in: Programming
Home » Posts tagged with "java"
In this tutorial I am going to show you that how we can create an executable Jar File.A Jar file basically contains Java class files.
I am assuming that you know the basics of Java Programming Language and you have the SDK installed on your Computer.
Step 1:
Place the Java source and class file(s) in one folder.
Step 2:
We will create a manifest file....