0
Java source code file is written in extension name .java but how it distribute in .jar
what things have to do to make a .java file into .jar file
1 Respuesta
+ 1
jar cf yourprogram.jar <namespace>
what things have to do to make a .java file into .jar file