Import and run J2ME MIDlets
- Clone this repository.
- Put the .jar file you want in the root of this directory and name it
midlet.jar. - Compile freej2me first with
clickable build --libs. - Compile JarMan with
clickable build.
- Requires a keyboard to be connected, as freej2me will use keyboard bindings. Currently no OSK is provided.
- The screen is scaled weird. Tthe screen is filled completely with a dark rectangle, but only a small portion of that is used for rendering of the MIDlets.
Copyright (C) 2025 stuiterveer
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3, as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranties of MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.