diff options
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). |