How to Create/View/Extract a Jar file Using JDK 1.7.0 : 2014

preview_player
Показать описание
Creating a Jar file Using JDK 1.7.0

This is a tutorial showing how to create a new .jar file using the
jar command. This tutorial also shows how to view the contents of
the jar file and also how to extract here.

In software, JAR (Java ARchive) is a package file format typically used to aggregate many Java class files and associated metadata and resources (text, images, etc.) into one file to distribute application software or libraries on the Java platform.

JAR files are fundamental archive files, built on the ZIP file format and have the .jar file extension. Computer users can create or extract JAR files using the jar command that comes with a JDK. They can also use zip tools to do so; however, the order of entries in the zip file headers is important when compressing, as the manifest often needs to be first. Inside a JAR, file names are unicode text.

Get The Lastest JDK here:
Рекомендации по теме
Комментарии
Автор

I did the same thing you did with everything, windows 8, newest JDK, Java, SDK, and computer and I have been to over 10 videos staying up all night and nothing is working I'm about to throw my computer. This does not work at all, I did the same thing you did and it does not work.

Ripred