[ Home | Documentation | Gallery | Download | Demo | Resources ]
If you just want to use JBit on your mobile phone, you can get it from GetJar:
If your phone is on the list, please click on the works or does not work link; this will give me valuable feedback. If your phone is not on the list, you can still download JBit by switching to the Versions tab.
You can also download the JBit-yyyymmdd-bin.zip package from the SourceForge File Release page.
The SourceForge File Release page also includes:
This contains the JBit runtime (a stripped-down version of JBit suitable for repackaging), a few test programs and some support files.
You can take the runtime, rename it, change some properties (e.g. MIDlet-Name, MIDlet-Vendor, JBit-AutoRun) in the MANIFEST.MF/Jad files, replace the included program and redistribute the resulting MIDlet.
To use the SDK you will need:
You can browse most of the SDK from the Demo page.
This contains the MIDlet source. To compile JBit from source you will need:
A few words of advice if you are a Java programmer, like the "purity" of the language and would like to learn J2ME programming: JBit is probably not the project you are looking for. Java has been chosen because it is available on millions of devices, not because it is pretty. JBit is written in procedural style and uses heavily the Antenna preprocessor... you have been warned!