Source code of 'jad' and 'properties' file

Java Application Descriptor (JAD) filename extension is .jad and media
type is text/vnd.sun.j2me.app-descriptor, which developed by the Sun
Microsystems, Inc. The JAD file is used for java or games application. The java
application enabled mobile phone connected programmatically with online Web
Services. Through this facility we can send SMS via GSM mobile Internet.
Tutorials.jad
MIDlet-1: LoginExample, , LoginExample
MIDlet-Jar-Size: 4165
MIDlet-Jar-URL: LoginPage.jar
MIDlet-Name: LoginPage
MIDlet-Vendor: Unknown
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-1.0 |
The jad file formate is as follows:
| MIDlet-1: |
<Application name>, <icon path>,
<midlet class> |
| MIDlet-Jar-Size: |
<Size in bytes> |
| MIDlet-Jar-URL: |
<Associated JAR file> |
| MIDlet-Name: |
<Application name> |
| MIDlet-Vendor: |
<Company> |
| MIDlet-Version: |
<Application version number> |
| MicroEdition-Configuration: |
<CLDC version> |
| MicroEdition-Profile: |
<MIDP version> |
Source code of project.properties is as follows:
JSR082: false
JSR172: true
JSR184: false
JSR75: false
MMAPI: true
WMA2.0: false
configuration: CLDC1.0
platform: JTWI |
Source code of MANIFEST.MF is as follows:
MIDlet-1: LoginExample, , LoginExample
MIDlet-Name: LoginPage
MIDlet-Vendor: Unknown
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-1.0 |
Download Source Code

|