answersLogoWhite

0


Best Answer

78

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you combine multiple jar file into one jar file so that multiple jar files can be run from one jar file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the jar files in servlets?

The Java Archive (JAR) file format enables you to bundle multiple files into a single archive file and Typically a JAR file contains the class files and auxiliary resources associated with applets and applications


Sis to jar converter?

SIS files are Symbian and JAR files are java. The software that converts a SIS file to a JAR file is called Sis to Jar Converter 1.7.7.2.


How do you convert an applet to jar form?

The most usual way is by way of the jar command. The jar command takes a series of inputs, usually a set of class files and folders that represent the binaries (.class, images, audio files, etc) files you wish to combine into a single jar file. The example given by Oracle on the command is as follows: jar cvf TicTacToe.jar TicTacToe.class audio images This takes the TicTacToe.class file, the folder audio, and the folder images, and combines them into the TicTacToe.jar file. The parameters cvf stand for "create", "verbose output", and and "file output"; these are the most common parameters when creating a jar file. For details, see the attached link.


How to convert exe file to jar files?

java.io.*


How can you open jar file?

jar openjava -jar filename.jar jar files are basically zip files with an extension of jar. If you just want to view the contents of the file, you may use programmes like winzip or winrar etc.But if you want to use the jar file for some execution you should j2me, or sjboy emulator


What is the default program to open a jar file to execute a program?

You can open jar files with command prompt, Winrar or java.


What is contain inside the jar file?

.jar files contain byte-code compiled to run on the Java Virtual Machine.


How do you run jar file on computer?

you can play the jar files by transfer it in to nokia mobile phones


What program do you need to view jar files?

JAR file is Java Archive file where all classes and related meta information is stored. Basically this format is based or is plain ZIP archive.To launch application in JAR file:java -jar .jarTo extract files from JAR file:jar -xvf .jarIt is possible to create/extract using any other plain ZIP utility.


How do you use jar file in java?

JAR stands for JAVA Archive File. You can archive a number of java class files into an archive and form a JAR. If you place the JAR in a particular location in the computer and then add the path to the JVM Class path, the JVM will be able to recognize references to classes that are present in the JAR.


How can windows-old files with jar ext be opened?

JAR files are basically ZIP files, so you can open them by any software that can work with ZIP files. That includes Windows XP default file-system browser, WinZip, etc. To actually run the JAR archive, you need to have JAVA runtime environment installed on your computer.


What is the difference between exe and jar files?

I believe a jar takes up less memory but requires java to run exe and jar (although a jar is similar to a zip file) can NOT be run on Mac software.