0

How can i get lis of phone JSR support on application ? is it possible ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
mahdi
  • 16,257
  • 15
  • 52
  • 73

3 Answers3

2

There are a few good online databases such as Club Java or Get Jar (this is their N95 page for example).

funkybro
  • 8,432
  • 6
  • 39
  • 52
1

The only list I have found totally reliable is from searching http://www.forum.nokia.com/expert-search/?view=ds (the expert search lets you search for phones witch support specific JSR's) but this is obviously only Nokia phones :(

Steven Knox
  • 140
  • 1
  • 11
0

The authoritative source for JSRs is The Java Community Process website. With the top left menu you can easily browse through the JSRs for the Java ME platform.

frm
  • 3,346
  • 1
  • 21
  • 21
  • 1
    That's the list of all JSRs, but it doesn't tell you which handsets support them which is what I think he's looking for. – funkybro Sep 03 '10 at 13:41
  • I can't fully understand the question so, given the tags and my interpretation of the summary, I gave the answer that better suited my point of view. I hope that our complementary answers can fulfill the question in its entirety. – frm Sep 05 '10 at 22:14