Sony Ericsson / Sony : Themes, ringtones, screensavers, games, video clips : jad and jar java apps/games ;-)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Themes, ringtones, screensavers, games, video clips
> jad and jar java apps/games ;-)
Bookmark topic
What are the differences between jar and jad java games/apps?
This message was posted from a T300
--
Posted: 2005-02-04 15:16:40
Edit :
Quote
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: 2005-02-04 15:23:30
Edit :
Quote
EastCoastStar Posts: > 500
ive wondered this too... because i have downloaded both from wap sites... and never understood why only some worked
--
Posted: 2005-02-04 15:27:18
Edit :
Quote
.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: 2005-02-04 15:28:31
Edit :
Quote
Thanks @marlon!! I would also like to know what .sis files mean?
This message was posted from a T230
--
Posted: 2005-02-04 15:32:07
Edit :
Quote
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: 2005-02-04 15:34:42
Edit :
Quote
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: 2005-02-04 15:46:38
Edit :
Quote
Dumb me! I thought sis files were java related!
This message was posted from a T230
--
Posted: 2005-02-04 15:51:20
Edit :
Quote
lol
--
Posted: 2005-02-04 15:54:26
Edit :
Quote
New Topic
Reply