| Author |
JAD File size
|
Danish Shaukat
Ranch Hand
Joined: Nov 16, 1999
Posts: 337
|
|
Hi ! Can any one comment on the max size of JAD file. Is this device dependent... Does MIDP state any thing about it... (I looked up the specification, was not able to find much). Danish
|
 |
Pavel Kubal
Ranch Hand
Joined: Mar 13, 2004
Posts: 356
|
|
|
What do you want to put into jad file, that you're interested in max. file size?
|
 |
Hashim siddiqui
Greenhorn
Joined: Mar 15, 2004
Posts: 17
|
|
Hi! You are probably asking about max jar file size the max size limits depends on network provider i.e. your mobile company nothing is in specs as far as i know.
|
Siddiqui,<br />Smart Solutions,<br />SCJP,SCJD,SCMAD
|
 |
Danish Shaukat
Ranch Hand
Joined: Nov 16, 1999
Posts: 337
|
|
Originally posted by Pavel Kubal: What do you want to put into jad file, that you're interested in max. file size?
Around 50 values that my midlet will be using. I don't want to hardcode stuff... I can put them in a text file,but this wuld require parsing. There will be an overhead because of the String class...
|
 |
Danish Shaukat
Ranch Hand
Joined: Nov 16, 1999
Posts: 337
|
|
Originally posted by Hashim siddiqui: Hi! You are probably asking about max jar file size the max size limits depends on network provider i.e. your mobile company nothing is in specs as far as i know.
I am asking about max "JAD" file size limit ! BTW, JAR file size is dependent on the device. Like most of Nokia's Series 40 devices will only install a JAR that is up to 64K. Back to my question - max JAD file size. Anyone out there
|
 |
Pavel Kubal
Ranch Hand
Joined: Mar 13, 2004
Posts: 356
|
|
|
and what about using properties file?
|
 |
Danish Shaukat
Ranch Hand
Joined: Nov 16, 1999
Posts: 337
|
|
Originally posted by Pavel Kubal: and what about using properties file?
CLDC 1.0 does not have Properties class.
|
 |
 |
|
|
subject: JAD File size
|
|
|