Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any list of Java enabled mobile devices?

I would like to find a list of mobile devices in the world on which I can run J2ME applications.

like image 956
Rajnikant Avatar asked Feb 28 '23 00:02

Rajnikant


1 Answers

From http://java.sun.com/javame/index.jsp#devicematrix

The Java ME technology Device Matrix has been replaced by a database included with the Java ME SDK 3.0, which lets you find technical specifications on mobile devices using the built-in WURFL database search engine. Over 8000 mobile device specifications are available from the Java ME SDK.

So, just go download the Java ME SDK 3.0 and you'll find the list.

The following site may also be useful; http://www.mobilade.com/ml/home

like image 178
aioobe Avatar answered Mar 01 '23 18:03

aioobe