what is JAD?

C

Chameleon

In dist folder, NetBeans creates a JAD and the JAR file.

What is the meaning of JAD?
Is it usefull?
 
L

Larry

JAD files are application descriptor files used as part of the
deployment of J2ME applciations (applciaitons for hand held wireless
devices).
 
D

Darryl L. Pierce

Chameleon said:
In dist folder, NetBeans creates a JAD and the JAR file.

What is the meaning of JAD?
Is it usefull?

A JAD file is a Java Application Descriptor, and is used by the various
JavaME technologies, mainly the MIDP. It's a descriptor that lets a handset
decide whether to download a related JAR file. The descriptor will contain
things like the size of the JAR file, the version of the application and
the amount of data storage that the application(s) in the JAR file will
require. Based on that information the handset can decide whether or not to
then download the JAR.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top