0

Does any one know how to use jaxm in j2me ?

Lucifer
  • 29,392
  • 25
  • 90
  • 143
precious
  • 11
  • 1

1 Answers1

1

You generally can't -- JAXM classes are not a required part of any J2ME profile. JSR 172 details what you are talking about but I don't know of a phone that actually supports it. But it would be what you are looking for.

michael aubert
  • 6,836
  • 1
  • 16
  • 32
Sean Owen
  • 66,182
  • 23
  • 141
  • 173
  • JSR 172 is available on all recent Nokia/SonyEricsson/Samsung Series60 phones. I suspect it's also available on all recent SonyEricsson feature phones. Very easy to add to a phone since Sun's reference implementation is pure Java. – michael aubert Mar 04 '10 at 14:47