1

I want to know if a jar file can run properly on my phone, I know JSRs that my phone supports,but I don't know which JSRs are used in a jar,so can anyone suggest me any tool?

bharath
  • 14,283
  • 16
  • 57
  • 95
Ted
  • 1,481
  • 1
  • 17
  • 18
  • 3
    Can you be specific about which JSRs you are talking about. According to the JCP site, there have been ~350 JSRs covering a vast range of topics. – Stephen C Jul 14 '11 at 04:18
  • 1
    If your phone is supporting certain JSRs chances are it already has JAR file or files it needs to support those JSRs on it. – Terrell Plotzki Jul 14 '11 at 04:39

1 Answers1

0

May be this discussion will helps you. And also look at this discussion, Programmatically checking JSR with j2me

bharath
  • 14,283
  • 16
  • 57
  • 95