I'm new in blackberry environement programming, I'm developing an application for this device and there are some probs about libraries that I don't understand.
I have the main project called:
npoBBerry - his library is NET_RIM_BLACKBERRY (from 4.6.1 version...) it includes other two projects:
Compliance was set... In Java Compiler level is set to 1.4 for all.
Now the problem is that I'm not able to build my project. 4 errors:
I know that libraries are differents but maybe I'm missing something.
NpoCore represents models, interfaces Npo just take data from a repository NpoBBeryy just use this data from Services...
BlackBerry applications conform to the J2ME spec, not J2SE. Therefore, any third-party libraries you use must be specifically for J2ME. There are some classes between J2ME and J2SE that are similar, but there is also a lot in J2SE that is not in J2ME.