“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”
Manifest file describes the files zipped in the .jar file, like the name of the game, size.etc,
.jad file is used to install the j2me game on the mobile.
The .jad file while installing the application will look in the manifest.mf file for the properties of .jar file.
If the mismatch is in jar size values, then the application will install but the size given in the .jad file is considered over the size given in manifest.mf file.
If the mismatch is in some other values like application name, then the application will not install.
The Jar will not get download on Mobile
Manifest file describes the files zipped in the .jar file, like the name of the game, size.etc,
.jad file is used to install the j2me game on the mobile.
The .jad file while installing the application will look in the manifest.mf file for the properties of .jar file.
If the mismatch is in jar size values, then the application will install but the size given in the .jad file is considered over the size given in manifest.mf file.
If the mismatch is in some other values like application name, then the application will not install.
Jar size is not been mentioned in manifest file.So this is is incorrect.
The jar file will not get installed on device
The jar file does not get installed and error like “Invalid application” or “Invalid file” …will be thrown
Leave an Answer/Comment