cancel
Showing results for 
Search instead for 
Did you mean: 

Project Error in Netweaver Developer Studio

Former Member
0 Kudos

I get the following Project Error in Netweaver Developer Studio:

I am trying to create a simple form using JSP/HTMLB than create a PAR file to imported into the Portal as an iView.

So, I created:

1)Portal Application

2)Portal Application Object

3)Choose the JSPDynPage

4)Added the required libaries from the following directory of Netweaver Developer Studio IDE:

SAP > IDE > IDE70 > eclipse > plugins > com.sap.ep.applicationDevelopement_7.00 > com.sap.portal.htmlb_api.jar

The project was not built since its classpath is incomplete. Cannot find the class file for com.sapportals.htmlb.page.Dynpage

Also, I get the following error:

This complation unit indirectly references the missing type com.sapportals.htmlb.page.DynPage(typically some required class file is referencing a type outside the classpath.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Search for <b>DynPage</b> class using jar class finder and add it to the portal application; and organize imports.

The problem will be solved.

Regards,

M.Subathra

Answers (2)

Answers (2)

Former Member
0 Kudos

I had the same problem with Developer Studio 7.00 ((NW04s) patch 09. It seems to me that the wizard was wrong. The problem ist solved with patch 11.

Former Member
0 Kudos

You also need the following jar file added to your classpath: <b>htmb.jar</b>

its usually found where the htmlb_api.jar file is found.

Former Member
0 Kudos

I already added both of them...Still not working.