cancel
Showing results for 
Search instead for 
Did you mean: 

Import htmlb libraries

Former Member
0 Kudos

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!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

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-fbb1600a...

You need to copy these two jars expilicity

  • com.sap.portal.html_api.jar

  • htmlb.jar

Regards

Pankaj Prasoon

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi ,

check the below thread and import required jar files

Koti Reddy