Sunday, September 2, 2012

Run Java Apps On Android Devices

There are numerous people who have decided to stick permanently with their J2ME phones. This is simply because they do not want to lose their favourite Java apps. An old friend I hooked up with yesterday has a similar experience. He had to stop a particular activity because he couldn’t get the Android version of the J2ME application.

By default, Android devices cannot run Java apps(.jar or .jad). Many of you might as well be looking for a way to run your favourite Java apps on your Android phones. There are two “personally tried” methods you can apply to get this done:

NetMite

Netmite is an online service that helps you convert your .jar/.jad apps to the .apk file extension which is recognized by Android.
This is the first service I tried and it worked perfectly for me.

Follow the following instructions to enjoy Netmite:
-Visit Netmite for android’s website here
-You need to first of all download the Java app runner for Android to your device. Without this installed, no java app will run on your device even after you’ve converted it to .apk. So, Download it now. Then install it normally on your Android device.
-Get the .jar/.jad of your Java app on your computer and upload here. Or just copy the URL of your .jar/.jad file and paste it in the space provided on Netmite’s Conversion page.
-Your .jar/.jad app should now be uploaded and converted to .apk. Upon completion, your .apk extension will download.
-You can then install your converted app to your Android device normally.

Jbed 1.20 for Android

Jbed 1.20 is an Android app which allows you to install and run Java apps. This approach is easier, preferred and recommended, at least from my experience with the two. JBed 1.20 can run on Android 1.5 – 2.3 devices with each version having it’s Jbed 1.20 version. Select the download link of your Android device below to download Jbed.



Download Jbed For Android 2.2
Download Jbed For Android 2.1
Download Jbed For Android 1.6
Download Jbed For Android 1.5
Download Jbed For 2.3 Gingerbread.

Once you have downloaded and installed Jbed 1.20, all you have to do is to install any .jar/.jad file into your device.

NOTE: This app doesn’t appear as Jbed in your apps list, instead it is simply named “Java”.

*You will not be able to use the normal Android installer to install your .jar/.jad apps. This is because Android is built to install only .apk files. So, I suggest you navigate to the directory of your .jar/.jad file using any “File Browser app”, and click on it. You will be asked to “Complete Action using…”

*Select “Java” from the list of apps displayed. You will be warned that the app you are installing is untrusted. Just “Continue Anyway” by clicking on “OK”.

*To launch your newly installed app, you will have to first navigate to “Java” in your apps list, and the select the exact app you want to launch.

Conclusion
I prefer installing my J2ME apps with Jbeb 1.20 instead of the Netmite online service. I just don’t buy the idea of first uploading my .jar files and then downloading my .apk files. The process is a bit long for me. I prefer just installing my .jar files directly. Also, I have noticed that apps installed with Jbeb 1.20 perform better.


You may not enjoy 100% effeciency on all converted apps, depending on your device. One issue you may experience has to do with screen size. On my tablet some of the apps just open in the top left corner while some others supports full screen.

You don’t have to miss the experience of your old java apps (especially those that don’t have Android versions) any longer.
Try the above and share your experience. Do not hesitate to comment if you have any challenge with the process.

7 comments:

  1. I'm using Sony Ericsson XPERIA mini Pro (SK17i). After installing JBED, when i'm going opening it, it's showing, "Unfortunately JBED has stop working", for each time.
    Is there any solution for me...???

    ReplyDelete
  2. Can u give an update of JBED for ICS (4.0.4)?????????????

    ReplyDelete
  3. JBED doesn't work in ICS. More details: http://forum.ucweb.com/forum.php?mod=viewthread&tid=47687

    ReplyDelete
  4. This tutorial is of great help to people like me who are big time fan of java apps.Im on my way to tryit on my android phone. Thanks

    ReplyDelete
  5. what a help i really benefited from it

    ReplyDelete

back to top