Is there a list of mobile devices with Java support?

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

+4
source share
1 answer

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

The Java ME device matrix has been replaced by the database included in the Java ME SDK 3.0 , which allows you to find technical specifications on mobile device devices using the WURFL built-in database search engine. Over 8,000 mobile device specifications are available in the Java ME SDK.

So, just download the Java ME SDK 3.0 and you will find a list.

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

+8
source

Source: https://habr.com/ru/post/1310199/


All Articles