how to create a jar file in java
Answer / rukumani khandhan
Java Archive (JAR) files are compressed files into which
you can store many files.
To create a JAR file, go to the directory where your files
are located and type:
jar -cf <jarfilename>.jar *.*
Is This Answer Correct ? | 14 Yes | 1 No |
Can an arraylist be empty?
What are Normalization Rules? Define Normalization?
Which containers use a flowlayout as their default layout in java programming?
In which JDK version event-delegation model is introduced?
What is a constructor overloading in java?
How we can execute any code even before main method?
Can I uninstall java?
Explain wrapper classes in java?
What is core java called?
What is the use of bufferedreader?
What are the restriction imposed on a static method or a static block of code?
Is java code slower than native code?