xmlblackberry

Can we user Simple 2.6.4 (XML serialization ) in Blackberry


I am trying to use simple 2.6.4 in blackberry. But it does not recognize simple's jar. How to do this?

Anyone has tried it before in blackberry?

In normal java project it is working fine.


Solution

  • Looking at a source file picked at random (VisitorStrategy), it looks like Simple is a Java-SE project that makes use of generics. BlackBerry devices run Java-ME, which is effectively Java 1.3, so cannot use any modern Java library you find.