Import htmlb libraries
Hi Portal Experts!
I have one question, someone made an Login module it works. But I need to edit something, but as soon as i'm done and want to export it I get an error: The import com.sapportals.htmlb cannot be resolved etc
import com.sapportals.htmlb.*;
import com.sapportals.htmlb.enum.*;
import com.sapportals.htmlb.event.*;
import com.sapportals.htmlb.page.*;
import com.sapportals.portal.htmlb.page.*;
import com.sapportals.portal.prt.component.*;
So how can Import this one?! Because every .JAR that came with the PAR file is in the project...So i'm lost!
Guest replied
HI,
You can refer to this link for finding the jar locations
https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f08f37c1-992c-2a10-35a6-fbb1600aff51
You need to copy these two jars expilicity
com.sap.portal.html_api.jar
htmlb.jar
Regards
Pankaj Prasoon