Hello,
I am trying to use Eclipse with the Plugin to develop iViews but when I try to import the sample applications, it gives me compile errors with the com.sapportals.htmlb saying the import cannot be resolved. Can someone point me to some documentation or help me with this?
I imported the plugin and have two classes that came with it but seem to be missing some others.
Thanks.
Hi Toby,
It sounds like you need to make sure that the htmlb libraries are available to your Eclipse project. If you right click on the project in the eclipse project navigator view and select the project properties, you should get a dialog with a list of properties.
Select the Java build path property and add the following libraries from wherever they are located in your filesystem:
htmlb.jar
com.sap.portal.htmlbridge.jar
Hope this helps!
Rash
Add a comment