Hello
I have developed an app. usiong MIDP2 and CLDC 1.1, and I want to port it to CLDC1.0., The problem is that my app. uses two things that CLDC 1.0 doesn't have. First the method equalsIgnoreCase, which is easy to solve.
But, I also incorporate a package which classes uses Boolean.TRUE and Boolean.FALSE. I have to code of these classes and I would like to know how can I solve this.
Thanks

Reply With Quote


