cancel
Showing results for 
Search instead for 
Did you mean: 

diferences between ep5 and ep6 developing

martine_bombardelli
Participant
0 Kudos

i develope an iView with Eclipse in Java (with bean and jsp) for the employes management, in the ep5, i had to import the following library :

com.sapportals.htmlb.*;

com.sapportals.htmlb.event.*;

com.sapportals.htmlb.page.*;

com.sapportals.htmlb.table.*;

com.sapportals.htmlb.portal.htmlb.page.*;

com.sapportals.htmlb.portal.prt.component.*;

with must i use in the ep6?

these library are no more supported in it...

can somebody help me?

Accepted Solutions (0)

Answers (3)

Answers (3)

martine_bombardelli
Participant
0 Kudos

in the same order...

in the ep5, I used the JspDynPage. what must i use in place of it in the ep6.? cause I cannot found how to display my JSP

Former Member
0 Kudos

You have to manually add the htmlb jars to your project.

They are located in your portal installation somewhere under ...j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.sap.portal.htmlb\lib.

You can then mount these libraries (you should only need htmlb.jar and htmlb_api.jar) by right-clicking on your project, selecting "Properties/Java Build Path/Libraries)

martine_bombardelli
Participant
0 Kudos

hi Dieter,

I have found the htmlb.jar but there is no htmlb_api.jar.

where can I found it?

Former Member
0 Kudos

Hi,

Think, by this time you might have solved the issue.

What type of error you are getting?Did you include external jar by choosing 'Project','Properties' in Eclispe?

Regards,

martine_bombardelli
Participant
0 Kudos

in fact, the library are underlined as fault

so when i export this PAR file there are errors and it do not deployed

martine_bombardelli
Participant
0 Kudos

hi Rem Swa,

no, I have only apply the plug in for sap

where can i found the jar file you are talking? and where must i put it?

thanx for your help

Former Member
0 Kudos

Should be the same libraries with EP6. (com.sapportals.htmlb.*;...)

> "these library are no more supported in it..."

What do you mean with that?