java.lang.ClassNotFoundException: com.day.cq.wcm.api.Page when executing the JSP for the page.
I'm working on an upgrade from 6.2 to 6.5. We will not be switching to Touch UI any time soon because they have not budgeted for it. We are only working to get the old Classic UI and JSP pages to run in 6.5.
I am also trying to update the project to the latest Adobe archetype. I have everything building and deploying now but when the JSP runs, I am getting a ClassNotFoundException for the com.day.cq.wcm.api.Page class.
What do I need to do so that the class can be found by the JSP?