A free J2ME emulator with libretro, awt and sdl2 frontends.
Authors :
- David Richardson [Recompile@retropie]
- Saket Dandawate [Hex@retropie]
Q
andW
forsoft1
andsoft2
.- Arrow keys for nav, unless you turn nokia off, when arrow keys become 2, 4, 6, and 8.
- Numbers work as expected, the number pad is inverted (123 swap with 789, like a phone) ESC brings up the menu.
E
andR
are alternatives to*
and#
.- Enter functions as
5
Click here for information about more keybindings
Screenshots: https://imgur.com/a/2vAeC
Discussion/Support thread: https://retropie.org.uk/forum/topic/13084/freej2me-support-thread
Development thread: https://retropie.org.uk/forum/topic/11441/would-you-like-to-play-nokia-j2me-games-on-retropie/
Compilation:
> cd freej2me/
> ant
# SDL2 binary compilation
> cd src/sdl2
> make
> make install
Will create jar files for each frontend. SDL2 jar file needs SDL binary to be compiled. SDL2 can be used to play on Raspberry pi.
How to contribute as a developer:
- Open an Issue
- Try solving that issue
- Post on the Issue if you have a possible solution
- Submit a PR implementing the solution
If you are not a developer:
- Post on discussion thread only
Roadmap:
- Get as many games as possible to work well.
- Document games that work well in the wiki
- Reduce as many bugs as possible