Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running J2me apps on Android phones

Tags:

java-me

Is it possible to run J2ME apps on Android phones? If so, what is the installation procedure?

Otherwise, is it possible to convert .jad files to .apk? In this case, what is the procedure.

(I have already tested the procedure offered by netmite but it doesn't seem to work.)

like image 963
user1576593 Avatar asked Nov 10 '12 11:11

user1576593


People also ask

Is J2ME still used?

J2ME is much more popular than Android - many phones of many vendors (Nokia, Sony Ericson, Motorola, LG, Samsung and more) have it, and you can deploy application to them. The price is limited capabilities and no consolidated distribution channel (for the moment, Sun is talking about the Java Store).

Can I run Java apps on Android?

Java is technically not supported on Android XResearchsource , meaning that you can't run JAR files or visit websites with Java content.

How does J2ME loader work?

J2ME-Loader is a J2ME emulator for Android. It supports most 2D and 3D games (including Mascot Capsule 3D ones). Emulator has a virtual keyboard, individual settings for each application, scaling support. This project is a fork of J2meLoader.

What is Java emulator?

A J2ME emulator for AndroidJ2ME Loader is a J2ME (Java Micro Edition) emulator for Android that lets you run tons of apps and games on older smartphones. With this app, you can run most 2D and 3D games, with just a few exceptions. Like what tends to happen with most emulators, J2ME Loader doesn't come with any ROMs.


1 Answers

Using this site http://www.netmite.com/android/srv/2.0/getapk.php you can convert your J2ME application in to Android Application. You need to just supply your .Jad & .Jar file in it and it will generate Android's executable file .apk for you.

However in it doesn't able to convert all the feature of Java ME to Android, but basics can be easily converted.

like image 92
Lucifer Avatar answered Sep 27 '22 18:09

Lucifer