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.