Usage of Joda-Time | Thales IoT Developer Community
August 22, 2016 - 12:36pm, 1155 views
Hi!
I'm trying to use Joda-Time library for a EHS6 project. I'm not having any error while coding in eclipse but when I run the MIDlet I got:
java.lang.Error: Unresolved compilation problems: \n\tThe import org.joda cannot be resolved\n
I Joda-Time library (the earlier versions) supported for Gemalto SDK?
Up to Joda-Time version 1.4 runs on Java SE 1.3. Currenly trying with the 1.1.
Hello,
I haven't tried to use it with Gemalto modules. Please note that although the IMP-NG Java on the Gemalto modules is based on 1.3 it has much narrower API than the standard edition and any SE library will probably need to be adopted. Maybe you will be more lucky with the earlier releases of joda-time. You should be able to see the problems in your IDE - please check if you don't have the Java SE in the build path for your project.
Regards,
Bartłomiej