cancel
Showing results for 
Search instead for 
Did you mean: 

Portal development

Former Member
0 Kudos

When I was trying to delopy the Par file form eclips to the portal through Eclips I am getting errors and one of the error is -

com.sapportals.portal.htmlb cannot be resolved.

-How to solve this.

I was remembering I was putting some jar files into the lib diectory or something like that, but now I forgot that. please advic me

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi ttpala,

you can just add the following in your portalapp.xml

<application>

<application-config>

<b><property name="PrivateSharingReference" value="com.sap.portal.htmlb"/></b> </application-config>

<components>

...

</components>

<services>

...

</services>

</application>

regards

jo

Former Member
0 Kudos

I tried that but it is not making any difference.

Also

When we create project in the Eclips, under neeth of the project name folder

we used to get folders src.api, src.ore. eclipse_home like that.

After these folders we will get jar files like htmlb.jar\C:\sap\lib etc

but in this case, I am not able to see this jar files/folders under my project,

Any Idea

Answers (0)