Software:MicroEmulator

From HandWiki
MicroEmulator
Demo MIDlet running in MicroEmulator
Other namesMicroEMU
Original author(s)Bartek Teodorczyk
Developer(s)Bartek Teodorczyk, Vlad Skarzhevskyy
Initial releaseMarch 31, 2006; 19 years ago (2006-03-31)[1]
Final release
2.0.4 / January 14, 2010; 16 years ago (2010-01-14)[2]
Preview release
3.0.0-SNAPSHOT.112 / May 24, 2013; 12 years ago (2013-05-24)[3]
Repositoryon GitHub
Written inJava
Size1.1 MB
TypeEmulator
LicenseGNU Lesser General Public License version 2.1; Apache License version 2.0
Websitemicroemu.org

MicroEmulator (also MicroEMU) — is a free and open-source platform independent J2ME emulator allowing to run MIDlets (applications and games) on any device with compatible JVM. It is written in pure Java as an implementation of J2ME in J2SE.[4][5][6]

History

In November 2001, MicroEmulator project has been created on SourceForge.

On 31 March 2006, MicroEmulator version 1.0 has been released.

In November 2009, project moved to code.google.com,[5] and after Google closed it, development moved to GitHub.[6]

On 10 January 2010, the last stable version 2.0.4 has been released.

On 24 May 2013, the last preview version 3.0.0-SNAPSHOT.112 has been released.

After 2014, MicroEMU technology has been acquired by All My Web Needs company and all the MicroEmulator's docs and binary builds has been removed from the official site.[7][8]

All sources and binary previously released on SourceForge, Google Code and GitHub preserved as open-source, but development stalled since then.[4][5][6]

Features

  • Supports loading MIDlet from JAD or JAR file (locally stored or remotely accessed via URL)
  • Supports various Java APIs and JSRs (Java Specification Requests):
    • MIDP 2.0 (JSR 118)
    • CLDC 1.0 (JSR 30)
    • CLDC 1.1 (JSR 139)
    • Generic Connection Framework API (GCF)
    • File Connection and PIM API (JSR 75)
    • Bluetooth API (JSR 82)
    • Wireless Messaging API (WMA, JSR 120)
    • Multimedia API (MMAPI, JSR 135)
    • Location API (LAPI, JSR 179)
    • Record Management System API (RMS)
    • LCDUI, Nokia and Siemens UI APIs
  • Platform independent (Linux, Mac OS, Windows, etc.)
  • Works with different GUI libraries (Swing, SWT, etc.)
  • Supports insert PC clipboard text into MIDlet's text input fields (but not vice-versa; useful if need to input case sensitive text string or special characters in MIDlet)
  • Supports control MIDlet via on-screen (virtual) or real keyboard keys, touch screen and mouse gestures, mouse scroll wheel and keys (also allows remap keys' scancodes, see "Skin, screen and window size configuration" section below)
  • Screencast recording as GIF animation
  • Record Store Manager (logs MIDlet's internal system calls to RMS API)
  • Log console (logs for debugging MicroEmulator and MIDlet)
  • Show mouse cursor position in MIDlet screen coordinate system
  • Allows control network access and setup proxy for network connections[9][10]
  • Runs in headless mode
  • Many CLI options

JSR lib loading

By default MicroEmulator does not loads all distributed JSRs; user should load it per launch via custom commands instead.[11]

File system access

By default, MicroEmulator does not loads JSR 75 lib, required to grant MIDlets an access to file system.

To grant file system access, config2.xml file (on Linux, in ~/.microemulator/ folder) should include the next code <extensions> block after </windows> tag:[12]

<config>
    ...
    </windows>
    <extensions>
        <extension>
            <className>org.microemu.cldc.file.FileSystem</className>
            <properties>
                <property VALUE="{path/to/folder}" NAME="fsRoot"/>
            </properties>
        </extension>
    </extensions>
    <recordStoreManager CLASS="org.microemu.app.util.FileRecordStoreManager"/>
</config>

MicroEmulator should run with loading JSR 75 lib.[13] On Linux, launch command to add into microemulator.desktop file is:

java -cp {path/to}/microemulator.jar:{path/to/lib}/microemu-jsr-75.jar org.microemu.app.Main

On Windows, ; (semicolon) in command should be replaced with : (colon).

To load more libs, path to additional libs should be added each after each in a row into launch command.

Java applet for Web

MicroEmulator allows conversion of any J2ME app into a Java applet, that could be placed on a web page. This feature is used for demonstrating apps and games demos on vendors sites, but it requires JVM and Java Web Start plugin to be installed on the user's PC or device.[14][15]

Minimum device skin

Skin, screen and window size configuration

MicroEmulator allows interface customization with skins called "devices" (see "Options > Select device..." menu) and distributed with few "devices":

  • Default device — phone with 176x220 color display and antialiased font
  • Minimum device color — small phone with 128x128 color display and non-antialiased font
  • Minimum device — small phone with 128x128 monochrome display and non-antialiased font
  • Large device — large phone with 240x320 color display and antialiazed font
  • Resizable device — full window resizable color display with antialiased font (could be forced to full screen kiosk mode)

Each "device" skin consist of XML-files, that stores definitions of window size, keys layout and assignations (according scancodes), text rendering options, etc. Optionally, skin could include image textures for "device" background and keys animation on key click and key relax. All files of "device" skin should be packed into ZIP or JAR, and its possible to include few "devices" into single package.[16][17]

Screen could be switched between portrait and landscape (rotated) orientation. Additionally its possible to show current MIDlet screen scaled (x2, x3 or x4) in a separate floating window.

Limitations

  • MicroEmulator lacks support for few Java APIs and JSRs often used in j2ME games (and implemented in other emulators and MicroEmulator forks):
  • Some MIDlets may require other JSRs, that are not availabale for MicroEmulator yet.
  • For input Cyrillic characters it might require to use special "device" skin.[24][25][26][27][28]

Ports and forks

Android

MicroEmulator has official support for the Android platform.[29] It is also possible to convert J2ME MIDlet JAR-packages into standalone APK files.[30]

J2ME Loader — is an enhanced fork of MicroEmulator for Android.[31][32]

JL-Mod — is an enhaced fork of J2ME Loader with the Mascot Capsule 3D API support.[33][34]

iOS

Template:External video MicroEmulator has been ported to iOS, but it requires to use iOS jailbreaking technique to install it on iPhone or other iOS device.[35][36][37][38]

Mac OS

MicroEmulator officially supports Mac OS, but there is also package in MacPorts repository.[39]

Maemo

Template:External video MicroEmulator has an official support for Maemo platform, and there is custom MicroEmulator devices skins (themed to Nokia S60 smartphones with 240x320 and 640x360 displays) made for Nokia N900.[40][41][42][43][44][45][46]

Here is a command to launch MicroEmulator on Maemo with JSR 75 lib loaded, to grant MIDlets file system access:

microemulator -libraryjars /opt/maemo/usr/share/microemulator/lib/microemu-jsr-75.jar

MeeGo/Harmattan

KarinME — is a MicroEmulator front-end launcher for MeeGo/Harmattan platform, with a GUI written in QML.[47][48][49]

mpowerplayer SDK

mpowerplayer SDK — is a freeware enhanced fork of MicroEmulator, initially created for MacOS as J2ME MIDP 1.0 emulator, later become a platform independed J2ME MIDP 2.0 emulator with own implementation of M3G (JSR 184) and SVG (JSR 226).[50][51][52][53][54][55][56]

WMA (JSR 120) has been implemented for mpowerplayer SDK as an open-source library.[57]

Development stalled after mpowerplayer SDK version 2.0.1185 release in 2007. ZIP of latest distribution package available for download from archived official website on Wayback Machine.[21]

Usage

MicroEmulator as Opera Mini sandbox

Wikipedia website in Opera Mini 8 browser running in MicroEmulator with full-screen Eee PC device skin
  • Web applet with Opera Mini MIDlet running inside MicroEmulator has been placed on Opera official website.[58][59][60]
  • MicroEmulator used together with Opera Mini MIDlet to browse Internet via metered networks and slow mobile GPRS connection on netbooks (such as Asus Eee PC), low-end PCs and other mobile devices.[61][62][63][64][65][66][67][68][69][70]
  • In some countries mobile network operators provided free traffic or very lowcost plan with unlimited traffic for Opera Mini and some social networks and services via its J2ME clients (like Facebook, Yandex Maps, etc.[71][72][73]). Use of MicroEmulator together with Opera Mini or other app with free traffic plan allowed to browse Internet fully free on PC (with USB modem attached) at home or on netbook on the go.[74][75][76][77][78][79][80]

MicroEmulator as J2ME SDK

  • MicroEmulator, together with few MIDlets for programming directly on phone (J2ME SDK Mobile, Mobile BASIC, MIDletPascal [pl; pl], etc.[81][82][83][84][85][86]), could be used as a fully complete J2ME SDK: it is possible to write MIDlet source code, compile and preverify Java class files, package all files and resources of MIDlet project into JAR with JAD, and then run built MIDlet for test and debug without even leaving MicroEmulator window.[87][88] The only external dependency is a JVM installed on PC or device to run Microemulator itself.
  • MicroEmulator could be used as alternative to Sun's and Oracle's JavaME emulators for various desktop Java IDE's. For Eclipse, there was initially an open source bridge plugin known as EclipseME,[89] but Eclipse 1.7 and onward got its own bridge plugin.[90][91][55][92][93]
  • MicroEmulator available as org.microemu plugin for Apache Maven build automation tool.[94]

Publications

Video

See also

Note: This topic belongs to "Software" portal

References

  1. "MicroEmulator - Browse /microemulator/1.0". https://sourceforge.net/projects/microemulator/files/microemulator/1.0/. 
  2. Teodorczyk, Bartek (2010-01-14). "MicroEmulator 2.0.4 has been released". http://microemu.blogspot.com/2010/01/microemulator-204-has-been-released.html. 
  3. "Build 3.0.0-SNAPSHOT.112 · barteo/microemu@259e576". 24 May 2013. https://github.com/barteo/microemu/commit/259e57689ae09b8648b78d4ca7f034bcdc1fd05d. 
  4. 4.0 4.1 "MicroEmulator" (in en). 2013-04-26. https://sourceforge.net/projects/microemulator/. 
  5. 5.0 5.1 5.2 Teodorczyk, Bartek (2009-11-11). "Project hosting migrated to Google Code". http://microemu.blogspot.com/2009/11/project-hosting-migrated-to-google-code.html. 
  6. 6.0 6.1 6.2 Teodorczyk, Bartek (2024-06-19), barteo/microemu, https://github.com/barteo/microemu, retrieved 2024-08-12 
  7. "MicroEMU | Acquired by All My Web Needs". https://www.microemu.org/index.html. 
  8. "Index of /microemulator/download" (in en). 2013-01-19. http://snapshot.microemu.org/microemulator/download/. 
  9. "MicroEmulator - Frequently Asked Questions: Proxy". http://microemu.org/faq.html#proxy. 
  10. "let Opera Mini (in Microemulator, on OS X) hit local network" (in en). https://serverfault.com/questions/61606/let-opera-mini-in-microemulator-on-os-x-hit-local-network. 
  11. "microemu/microemulator/src/site/apt/usage.apt at master · barteo/microemu" (in en). https://github.com/barteo/microemu/blob/master/microemulator/src/site/apt/usage.apt. 
  12. "microemu/microemulator/src/site/apt/extensions.apt at master · barteo/microemu" (in en). https://github.com/barteo/microemu/blob/master/microemulator/src/site/apt/extensions.apt. 
  13. "microemu/microemulator/src/site/apt/classloader.apt at master · barteo/microemu" (in en). https://github.com/barteo/microemu/blob/master/microemulator/src/site/apt/classloader.apt. 
  14. "A tutorial about MicroEmulator, a java applet to demonstrate midlets. Installing MicroEmulator as an application. Includes examples." (in en). https://www.mobilefish.com/developer/microemulator/microemulator.html. 
  15. SteppingStone (2018-01-14), SteppingStone/sstone-j2me-emulation, https://github.com/SteppingStone/sstone-j2me-emulation, retrieved 2024-08-13 
  16. "MicroEmulator - Custom Skin Creation". http://microemu.org/skin.html. 
  17. "Skinning the MicroEmulator". http://www.petitpub.com/labs/j2me/me/tutorial/. 
  18. Bartek, Teodorczyk (29 December 2008). "3D Game?". https://groups.google.com/g/microemulator-support/c/NezmaOKPsgk/m/Shuo2Z7OoCEJ. "There is no open source JSR-184 implementation for MicroEmulator, for the commercial license, contact me directly to my e-mail." 
  19. "J2ME-Loader/app/src/main/java/javax/microedition/m3g at master · nikita36078/J2ME-Loader" (in en). https://github.com/nikita36078/J2ME-Loader/tree/master/app/src/main/java/javax/microedition/m3g. 
  20. 20.0 20.1 Jussupgaliyev, Arman (2024-08-11), shinovon/KEmulator, https://github.com/shinovon/KEmulator, retrieved 2024-08-13 
  21. 21.0 21.1 "mpowerplayer SDK". http://mpowerplayer.com/products-sdk.php. "The mpowerplayer sdk also includes an experimental implementation of the Scalable 2D Vector Graphics API (JSR-226), the only public implementation outside of Nokia." 
  22. Romash (2023-05-10), rmn20/MascotME, https://github.com/rmn20/MascotME, retrieved 2024-08-13 
  23. woesss (2023-01-31), woesss/MascotCapsuleV3_java-wrapper, https://github.com/woesss/MascotCapsuleV3_java-wrapper, retrieved 2024-08-13 
  24. "Как запустить Opera Mini на компьютере" (in ru). http://old.computerra.ru/gid/rtfm/browser/364002/. 
  25. "Opera Mini для ASUS Eee PC" (in ru). 2008-03-25. https://habr.com/ru/articles/22277/. 
  26. "Настройка GPRS и установка Оперы Мини на Eee PC" (in ru). 2009-02-02. https://habr.com/ru/articles/50875/. 
  27. "Маленькая Опера для Большого Компьютера" (in ru). 2008-08-14. https://www.kv.by/archive/index2008311106.htm. 
  28. "Microemulator - 4PDA". https://4pda.to/forum/index.php?showtopic=77691. 
  29. Teodorczyk, Bartek (2008-11-04). "Running Java ME applications on Android". http://microemu.blogspot.com/2008/11/running-java-me-applications-on-android.html. 
  30. Teodorczyk, Bartek (2009-11-25). "Converting JavaME applications to the Android platform (revisited)". http://microemu.blogspot.com/2009/08/converting-javame-applications-to.html. 
  31. Shakarun, Nikita (2024-08-11), nikita36078/J2ME-Loader, https://github.com/nikita36078/J2ME-Loader, retrieved 2024-08-12 
  32. Shakarun, Nikita (2024-04-16), nikita36078/microemu, https://github.com/nikita36078/microemu, retrieved 2024-08-12 
  33. woesss (2024-08-11), woesss/JL-Mod, https://github.com/woesss/JL-Mod, retrieved 2024-08-13 
  34. Влад Фед (2022-04-15). "Mascot Capsule 3D" теперь в J2ME Loader... Retrieved 2024-08-13 – via YouTube.
  35. "MicroEmulator on iPhone – Markus Heberling" (in en-US). 2008-11-24. https://markus.heberling.net/2008/11/24/microemulator-on-iphone/. 
  36. Teodorczyk, Bartek (2008-12-04). "MicroEmulator coming to the iPhone". http://microemu.blogspot.com/2008/12/microemulator-coming-to-iphone.html. 
  37. AtoroGM (2009-11-17). Microemulator on iPhone crosscompiled with XMLVM. Retrieved 2024-08-13 – via YouTube.
  38. Heberling, Markus (10 March 2009). "LWUIT on MicroEmulator on iPhone". https://markus.heberling.net/2009/03/10/lwuit-on-microemulator-on-iphone/. 
  39. "Install microemu on macOS with MacPorts". https://ports.macports.org/port/microemu/. 
  40. Gad, Ruediger. "MicroEmulator for Maemo (N900)". https://www.my-maemo.com/software/applications_name_MicroEmulator_faq_42_fldAuto_1429.html. 
  41. "Microemulator on Maemo SDK". http://www.microemu.org/maemo/. 
  42. "Downloads: MicroEmulator". http://maemo.org/downloads/product/Maemo5/microemulator/. 
  43. "[Announce Microemulator S60 Skin (now in .deb) - maemo.org - Talk"]. https://talk.maemo.org/showthread.php?t=81520. 
  44. "MicroEmu JavaME 240x320 Skin (for N900 in landscape) - maemo.org - Talk". https://talk.maemo.org/showthread.php?t=60557. 
  45. "Microemulator compatibility list - maemo.org - Talk". https://talk.maemo.org/showthread.php?t=81186. 
  46. "MicroEmulator - maemo.org - Talk". https://talk.maemo.org/showthread.php?p=665955. 
  47. Karin (2021-09-10), glKarin/karinme, https://github.com/glKarin/karinme, retrieved 2024-08-13 
  48. "KarinME". https://openrepos.net/content/karinzhao/karinme. 
  49. "KarinME - MicroEmulator run on Harmattan - maemo.org - Talk". https://talk.maemo.org/showthread.php?t=95576. 
  50. "mpowerplayer". http://mpowers.net/mpp/. 
  51. "MIDP 2.0 on the Mac.. It works!!! – Not sLop" (in en-US). 2005-03-20. https://www.walking-productions.com/notslop/2005/03/20/midp-20-on-the-mac-it-works/comment-page-1/#comments. 
  52. "MIDP 2 on Mac OS X is here !" (in en). https://justobjects.nl/midp-2-on-mac-os-x-is-here/. 
  53. "Mpowerplayer, Inc. Launches Unique "Try before You Buy" Platform for Mobile Java Games". https://www.webwire.com/ViewPressRel.asp?aId=1717. 
  54. "Configuring the MobileSDK – IDEs Support (IntelliJ Platform)". 12 January 2005. https://intellij-support.jetbrains.com/hc/en-us/community/posts/206220649-Configuring-the-MobileSDK. 
  55. 55.0 55.1 "Eclipse Community Forums: DSDP - Mobile Tools for Java (MTJ) » MTJ 0.9 RC1 Available" (in en). https://www.eclipse.org/forums/index.php/t/178558/. 
  56. "Brian - documentation". https://trbtr.de/g3/inhalt/brian/en/java0_eng.htm. "On mpowerplayer.com there are 2 ways to try J2ME-Software without a mobilephone. Both of them work on any platform that has a working Java installation and they are free." 
  57. "WMA support for the mpowerplayer SDK freecode Japanese information - OSDN" (in en). 2005-11-18. https://osdn.net/projects/freshmeat_mppwma/. 
  58. "Opera Mini". http://demo.opera-mini.net/public. 
  59. "Opera Mini simulator" (in en). http://www.opera.com/developer/tools/mini/. 
  60. Bruce, Alan (2008-10-29), Opera Mini inside Open Java inside Kazehakase inside Debian inside Maemo, https://www.flickr.com/photos/qole2/2985576690/, retrieved 2024-08-13 
  61. "Opera Mini on your PC". 3 April 2008. http://my.opera.com/community/blog/2008/04/03/opera-mini-on-your-pc. 
  62. Kleinschmidt, Lars (29 March 2008). "Opera Mini - in 1280*1024!". http://my.opera.com/larskl/blog/2008/03/29/opera-mini-in-1280-1024. 
  63. Dube, Ryan (2011-07-13). "How To Use Microemulator To Use The Internet From Low-Bandwidth Rural Areas [Windows"] (in en). https://www.makeuseof.com/tag/microemulator-internet-lowbandwidth-rural-areas/. 
  64. Mister Nobody. "Пользуемся Opera Mini на субноутбуке или обычном компьютере" (in ru). http://operafan.net/content/view/309/2/. 
  65. Mister Nobody. "Opera Mini на PC" (in ru). http://www.myopera.net/opera_mini_pc.html. 
  66. "Installing Opera Mini emulator locally". https://sharovatov.github.io/posts/2012-10-operaminiemul.html. 
  67. Bovens, Andreas (2009-09-16). "Opera Mini 5 Beta Is Out" (in en). https://dev.opera.com/blog/opera-mini-5-beta-is-out/. 
  68. "Настройка GPRS и установка Оперы Мини на Eee PC" (in ru). 2009-02-02. https://habr.com/ru/articles/50875/. 
  69. "maemo.org - Talk - View Single Post - Opera Mini 4.1 for Maemo". https://talk.maemo.org/showpost.php?p=238027&postcount=16. 
  70. Kumar, Saurabh (10 January 2010). "Browse the web with lightning fast speed using this trick". https://techpp.com/2010/01/10/slow-internet-speed-trick-to-browse-faster/. 
  71. "Kyivstar and Yandex make traffic in mobile Yandex.Maps free" (in en). 2 June 2011. https://sudonull.com/post/159158-Kyivstar-and-Yandex-make-traffic-in-mobile-YandexMaps-free-Yandex-Blog. 
  72. Автоцентр (2011-06-02). "Яндекс.Карты теперь с бесплатным трафиком для абонентов "Киевстар" – останні автоновини на Автоцентр.ua" (in ru). https://www.autocentre.ua/news/sobytie/yandeks-karty-teper-s-besplatnym-trafikom-dlya-abonentov-kievstar-99289.html. 
  73. ""Яндекс-Карты" для "Киевстар" и дальше будут бесплатными". 2011-10-28. https://itc.ua/news/_yandeks-karty_dlya_kievstar_i_dalshe_budut_besplatnymi_56202/. 
  74. Фурман, Олексій (2014-09-04). "Opera Software и "Киевстар" заключили соглашение о стратегическом партнерстве | Creativity Ukraine" (in ru). https://creativity.ua/business-and-innovations/opera-software-i-kievstar-zakljuchili-soglashenie-o-strategicheskom-partnerstve/. 
  75. ""Безлимитный интернет с Opera Mini на день" от МТС теперь стоит всего 1 гривну". 2014-10-20. https://itc.ua/news/bezlimitnyiy-internet-s-opera-mini-na-den-ot-mts-teper-stoit-vsego-1-grivnu/. 
  76. "100 тыс. абонентов "МТС Украина" воспользовались услугой "Безлимитный интернет с Opera Mini"" (in ru). https://ko.com.ua/100_tys_abonentov_mts_ukraina_vospolzovalis_uslugoj_bezlimitnyj_internet_s_opera_mini_54878. 
  77. ""Киевстар" предложит своим абонентам специальную версию Opera Mini - PC Week/UE". https://www.pcweek.ua/themes/detail.php?ID=141904. 
  78. "Безлимитный интернет с Opera Mini - PC Week/UE". https://www.pcweek.ua/themes/detail.php?ID=130965. 
  79. "Анлим с Opera Mini - посоветуйте Java-эмулятор на комп и как качать через него? (-) (Просьба)". https://cells.ru/forum/read.php?3,997898,997898,quote=1. 
  80. "Абоненты МТС "прокачали" через браузер Opera Mini 600 терабайт информации" (in ru). https://www.epravda.com.ua/rus/press/2011/12/7/308644/. 
  81. aNNiMON (2024-05-15). "Рассвет и закат мобильного программирования" (in ru). https://annimon.com/article/4023. 
  82. "Janino, Preverifier, JarBuilder - Скачать бесплатно". https://seclub.org/dn.php?d=5&r=3&c=21&fd=5424. 
  83. "J2ME SDK Mobile - Скачать бесплатно". https://seclub.org/dn.php?d=5&r=3&c=24&fd=9630. 
  84. ozuffy (2012-11-14). "J2ME SDK Mobile" (in en). https://ozuffy.wordpress.com/2012/11/14/j2me-sdk-mobile/. 
  85. "Build J2ME apps with a J2ME phone - From the archive" (in en). https://elvischidera.com/2013-09-02-build-j2me-apps-with-a-j2me-phone-nokia-flip-phone/. 
  86. "Jasmin" (in ru). https://prosmart.by/programming/2368-jasmin.html. 
  87. says, Jane Andreas (2009-02-16). "Creating deployable MIDlets with free software" (in en). https://fkooman.wordpress.com/2009/02/16/creating-deployable-midlets-with-free-software/. 
  88. "Eclipse Community Forums: DSDP - Mobile Tools for Java (MTJ)" Using ProGuard as preverifier with MicroEmu?" (in en). https://www.eclipse.org/forums/index.php/t/8601/. 
  89. "EclipseME" (in en). 2012-12-08. https://sourceforge.net/projects/eclipseme/. 
  90. Boabby, Shug. "Plugin for Java 2 Mobile Edition Development for Eclipse". http://permalink.gmane.org/gmane.comp.ide.eclipse.eclipseme.user/350. "Pure Java emulators (e.g. MicroEmu and MPowerPlayer)" 
  91. Skerrett, Ian (15 October 2008). "New Eclipse MTJ Release Eases Cross Platform Development for Mobile Java Applications | The Eclipse Foundation" (in en). https://www.eclipse.org/org/press-release/20081015_mtj.php. 
  92. "Eclipse offers mobile development tools" (in en). 16 October 2008. https://www.computerworld.com/article/1561447/eclipse-offers-mobile-development-tools.html. 
  93. "DSDP Mobile Tools for Java Project" (in en). 2010-04-19. https://www.slideshare.net/slideshow/dsdp-mobile-tools-for-java-project/3776900. 
  94. "MVN Repository: org.microemu". https://mvnrepository.com/artifact/org.microemu. 
  95. Gawroriski, Stephanie. "SquirrelJME: SquirrelJME" (in en-us). https://multiphasicapps.net/doc/tip/readme.mkd. 
  96. Dandawate, Saket (2024-07-30), hex007/freej2me, https://github.com/hex007/freej2me, retrieved 2024-08-13 
  97. "ME4SE". http://kobjects.org/me4se/index.html. 
  98. "Running me4se on PocketPC (WindowsCE)". http://me4se.org/pocketpc/.