I'm using org.json.me on my project(eclipse jde 7.0 on Mac). To provide compatibility for jde 5.0, I re-factored the package name to org.json.compatibility. The problem is that after the refactoring eclipse don't recognize the import org.json.compatibility. What Im doing wrong? I think, I didn't missing anything.
Thanks for the help.
To provide compatibility for OS5 you will need to have a new BlackBerry project within Eclipse. Then you can include the source for org.json.me on the project build path, rather than needing to refactor the package name.