Welcome to Esato.com




jad and jar java apps/games ;-)

Click to view updated thread with images


Posted by RicK700i
What are the differences between jar and jad java games/apps?


Posted by Krubach
Jad files alone aren't apps. They're only installer packages which place the jar (the actual app) files where they should.

Unless i'm very much mistaken.

Posted by EastCoastStar
ive wondered this too... because i have downloaded both from wap sites... and never understood why only some worked

Posted by marlonski
.jad = Java Application Descriptor File
It's no executable, it's just a bit of text to describe the application

.jar = Java Archive File
A production, packaged application will generally consist of many files. In addition to Java classes, other files such as images and application data, known as resources, may be part of the package. You bundle all this information together into a single entity, a JAR file.

Taken from this link.

Posted by whizkidd
Thanks @marlon!! I would also like to know what .sis files mean?

Posted by Krubach
I was almost right then.

Here a sample of a jad file content taken from Worm game for P800:

MIDlet-Name: Worm
MIDlet-Version: 1.0
MIDlet-Vendor: Sun Microsystems, Inc.
MIDlet-Description: Sample suite from MIDP workspace.
MicroEdition-Profile: MIDP-1.0
MicroEdition-Configuration: CLDC-1.0
MIDlet-1: Worm, , example.wormgame.WormMain
MIDlet-Jar-URL: Worm.jar
MIDlet-Jar-Size: 13124

Notice the url attribute. It says were the file to install is located.

[EDIT]
@whizzkid

SIS files should be similar (in concept) as jar files.

I'd go SIS = Software Installer *Something*.

_________________
Stop looking at me. I don't like people looking at me like that.

[ This Message was edited by: Krubach on 2005-02-04 14:38 ]

Posted by marlonski
Quote:

On 2005-02-04 15:32:07, whizkidd wrote:
Thanks @marlon!! I would also like to know what .sis files mean?



This message was posted from a T230






SIS files is a standard and convenient way to distribute Symbian applications:
End users can install/uninstall a SIS package either from a PC using connectivity software, or from an Symbian OS phone using an on-board installation program.
SIS files have embedded mechanism that allow deployment of shared libraries or application upgrades
The SIS file format is compact (it uses zlib compression)

this link for more info..



Posted by whizkidd
Dumb me! I thought sis files were java related!

Posted by marlonski
lol


Click to view updated thread with images


© Esato.com - From the Esato mobile phone discussion forum