answersLogoWhite

0

How do you convert an applet to jar form?

Updated: 8/20/2019
User Avatar

Wiki User

11y ago

Best Answer

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.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert an applet to jar form?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can a person convert a PowerPoint presentation into a Flash applet?

To convert a PowerPoint presentation into a Flash applet you need to download it onto a Java multimedia file. Take the multimedia file and download it onto a Flash applet.


How do you convert jar to nes?

there is no way to convert jar to nes.... I Think theres a way to convert nes 2 jar


What is applet in jav?

Applet in Java refers to the small application that is written in the language and is available to the users in the form of byte code.


Convert jar file into txt file?

This site has a program that lets you convert .txt to .jar . Perhaps it allows you to do the reverse , try it out. http://forum.mobiles24.com/showthread.php?t=15234 Here is a Chinese program that lets you convert jar to txt.


How to convert exe file to jar files?

java.io.*


How do you convert exe file to jar file?

You can't.


How do applet differ from application program?

Applets are smaller programs embedded into the browser. An application is an executable .class or .jar file that is run directly from a console/desktop environment.


What is the DOS command applet?

There is nothing called DOS applet.. You can run Java applet from DOS..


Would convert 4 ounce jar to milliliter?

118mL


How can you convert jar files to nes?

please conver it now


How do you convert text file to jar file?

You can change the file extension from .txt to .jar but .jar is a java format and is not normally used to wrap text.


When an applet become an applet?

Any Java class that extends java.applet.Applet is an applet. http://java.sun.com/j2se/1.5.0/docs/api/java/applet/Applet.html