i am developing a blackberry project through the latest eclipse IDE. i am wanting to use the DecimalFormat class, however, i have noticed that eclipse doesn't recognize this class. Even if i change the JDK compliance level to 1.5, the project rebuilds fine but it still won't recognize it (so you still see the class underlines with red lines). Even if you were to attempt to import the class from the java.text package, eclipse doesn't recognize that package and simply says "the import java.text cannot be resolved".
so what am i doing wrong? or am i just stuck accepting the fact that a blackberry project will NEVER recognize certain java classes?
thank you in advance. good day.
ac