Hi,
I have a development (par file) that i created in EP5.
I have imported this into eclipse on an EP6 SP2 system. It no longer seems to be able to find the par files imported. In the below example it canot find the PageProcessorComponent and errors.
CODE*********
import com.sapportals.htmlb.page.DynPage;
import com.sapportals.portal.htmlb.page.PageProcessorComponent;
public class itsController extends PageProcessorComponent
{
public DynPage getPage()
{
return new itsDispatcher();
}
} // Main class
END OF CODE********
On another page I have it cannot find the JSPDynPage component amongst many others.
Where are these now located?
Are there many specific issues I should be aware of migrating from EP5 to EP6 SP2.
Many Thanks,
Paul
Hi Paul,
First download the library zip files from the PDK.
Did you add the jar files in eclipse? If not from 'Project==>Properties==>Java Build Path==>Add External Jar's' include the jar files that are associated with the par file.
Regards,
Add a comment