diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2011-08-09 14:48:29 -0300 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-08-09 14:48:29 -0300 |
commit | b8bedd097ac5cd882f7241cabfc3069ae8e0f768 (patch) | |
tree | 8e2b98bdfad6bebc65dd3ed7b181bb988f240324 /system/microemulator/README | |
parent | 365fe7e74e1526ec004ec107a195223b47b96800 (diff) | |
download | slackbuilds-b8bedd097ac5cd882f7241cabfc3069ae8e0f768.tar.gz |
system/microemulator: Added (J2ME emulator)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/microemulator/README')
-rw-r--r-- | system/microemulator/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/system/microemulator/README b/system/microemulator/README new file mode 100644 index 0000000000..7ccc8f7120 --- /dev/null +++ b/system/microemulator/README @@ -0,0 +1,16 @@ +MicroEmulator is a pure Java implementation of Java ME in Java SE. + +Features: + + - Support for MIDP 2.0 + - Generic Connection Framework + - Support for MMAPI (JSR 135) + - Support for FileConnection API (JSR 75) + - Support for Nokia APIs + - Support for Siemens APIs + - Skinnable and configurable interface + - Works with different graphics libraries; + currently with Swing and SWT + - Platform independent: Windows, Linux, OSX + +This requires JRE (included in Slackware). |