I am trying to port an android app to run on a blackberry 8800. One of the classes makes http requests through apache HttpCore.
I get the following error:
The type java.lang.reflect.Type cannot be resolved. It is indirectly referenced from required .class files
ProjectFoo-BBerry/src/com/projectfoo/ws/rest/ProjectFooClient.java (line 1)
Is reflections not available on the blackberry? Is there something I need to enable in eclipse? I have not programmed extensively in Java.