Namespaces
Variants
Actions
Revision as of 09:37, 18 July 2012 by hamishwillee (Talk | contribs)

JAR

Jump to: navigation, search
Article Metadata

Article
Created: firt (09 Apr 2007)
Last edited: hamishwillee (18 Jul 2012)

A JAR File (Java ARchive) is a ZIP file used to distribute a set of Java classes. It is used to store compiled Java classes and associated metadata that can constitute a program.

In Java ME it's the format in wich an application or game is distributed. It can be generated by a SDK, by a command-line tool, or by using an IDE, like NetBeans or Eclipse.

A Java ME JAR file can include:

  • Compiled and preverified classes (MIDlet and other).
  • Icons, graphics and images.
  • Data information (records, internationalization labels, game levels, etc.)
  • Manifest file

A JAR file usually is distributed with a JAD file, describing what the JAR has.

212 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved