ME4SE
kObjects.org:
About | Running | Source Code | License

About

The purpose of the ME4SE project is to make Java 2 Micro Edition APIs such as the LCDUI classes and the Generic Connection Framework available for the Java 2 Standard Edition.

Motivation:

  1. Provide some limited development support for platforms where no emulator is available.
  2. Allow demonstration of MIDlets before installantion on the device.
  3. Enable Personal Java devices to run MIDlets

Siemens JavaTalks 2004 ME4SE slides

Running ME4SE

The following command starts a MIDlet on your desktop computer if me4se.jar and the sixlegs png library are contained in your classpath:

   java org.me4se.MIDletRunner YourMIDletName 

Since the MIDP 2.0 emulation is not complete yet, your MIDlet may not work if it relies on MIDP 2.0 features. If so, please report your problem to the address given below. Alternatively, you can fix the emulation and contribute your additions to the project.

Please note: Fixes may already be available via cvs. If you encounter problems, please take a look at the cvs web pages before submitting a bug report: http://cvs.sourceforge.net/viewcvs.py/kobjects/me4se/.

Source Code

You can check out the source code from the CVS repository using the following commands:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kobjects login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/kobjects co me4se

License

ME4SE is distributed under the GNU Public License (GPL), V2.0, and a commercial license. For

please contact stefan.haustein@gmail.com.

(C) 2005,2014 Stefan Haustein, Michael Kroll, Jörg Pleumann.