Skip to content

shinovon/KEmulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ccd0c1 · Mar 20, 2025
Mar 20, 2025
Mar 20, 2025
Mar 14, 2025
Feb 12, 2025
Jan 18, 2025
Dec 18, 2024
Dec 18, 2024
Feb 2, 2025
Feb 2, 2025
Feb 2, 2025
Mar 16, 2025
Dec 24, 2024
Feb 23, 2025
Jan 18, 2025
Jan 27, 2025
Sep 15, 2021
Dec 24, 2024
Aug 26, 2024
Aug 29, 2024
Mar 20, 2025
Aug 26, 2024

Repository files navigation

KEmulator nnmod

Cross-platform J2ME emulator, based on decompiled KEmulator 1.0.3

Links

Compatibility

JRE:

  • Java 8 by Oracle
  • OpenJDK 9-21

System:

  • Windows XP - 11 (x86, x86_64)
  • Linux (x86, x86_64, arm64, arm32)
  • Mac OS X 10.13 and higher (x86_64)
  • macOS 11 Big Sur (arm64)

Developing in IntelliJ IDEA

Importing project

  • Install Ant plugin
  • Open repository root as project in IDEA

Building

  • Build artifacts: KEmulator_win, KEmulator_x64, m3g_lwjgl, m3g_swerve, micro3d_dll, micro3d_gl

Developing in Eclipse IDE

Importing project

  • Open eclipse directory as workspace in Eclipse IDE
  • File>Import...>General>Existing Projects into Workspace
  • Locate eclipse directory, select all projects and click Finish.

Running

  • File>Import...>Run/Debug>Launch Debug Configurations
  • Locate eclipse/run directory, select all configurations and click Finish
  • Fix Runtime JRE if necessary. When running KEmulator_win, make sure 32-bit JRE is selected

Building

  • File>Export...>Java>Runnable JAR file
  • Select launch configuration, export destination, and click Finish

Uses

Libraries

Source code

Decompiled code

  • KEmulator v0.9.8, v1.0.3 by Wu.Liang
  • Nokia S40 SDK
  • GLEmulator