Home

Awesome

Discord for J2ME

Discord client for Java ME (MIDP 1.0 and 2.0) devices, inspired by Discord for Symbian. Uses proxy servers for the HTTP and gateway connection.

Also see Droidcord, a Discord client for old Android devices.

Screenshots

Status

Working

Not implemented

How to build

  1. Install Node.js.
  2. Download Temurin OpenJDK 8 (zip or tar.gz). Extract the package into the sdk folder. Make sure there is a sub-folder named something like sdk/jdk8u....
  3. Download ProGuard. Extract the package and copy the extracted lib/proguard.jar file into the sdk folder.
  4. Download midpapi20, cldcapi10, jsr75, and javapiglerapi JARs. Place these in the sdk/lib folder.
  5. Run build.sh (Linux) or build.bat (Windows).

Thanks