cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to compile java classes in NWDS- "JSPDynPage cannot be resolved "

Former Member
0 Kudos

Hi All,

I am trying to write small JSPDynaPage when i am getting following complilation error in my Java classess.

1) "PageProcessorComponent cannot be resolved or is not a valid superclass"

2) "JSPDynPage cannot be resolved or is not a valid superclass"

I did check for the existance of

com.sap.portal.htmlbbridge.jar & prtapi.jar which is present in my C:\NetWeaverDevStudio\eclipse\plugins\com.sap.ep.applicationDevelopment and

ECLIPSE_HOME=C:/NetWeaverDevStudio/eclipse but for some reason i am unable to compile my classes. Please help me to resolve this issue.

Thanks,

Manju

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I did tried add these classfiles as a external jar file. But it is still not working. If i have to reinstall where can i find the NWDS sneak preview version for download.

Thanks in advance for you help,

Manju

Former Member
0 Kudos

Just a quick thought - have to tried to reorganize the imports?

Rightclick on the sourcecode and click on "Source" -> "Organize Imports"

Former Member
0 Kudos

Try the following link.

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6

The download in the above link has NWDS and portal as well. Unzip the file and install NWDS studio.

Former Member
0 Kudos

Hi, you have to add these JARs in the classpath of the project as external Jars.

Rightclick the project name -> Properties -> Java Build Path -> Libraries -> Add External JARs...

Kind regards

Francisco

Former Member
0 Kudos

NWDS studio automatically adds these jars as a reference if the wizard is used.

Former Member
0 Kudos

Did you use the wizard to create your class file? If you have then you might have a bad installation of netweaver developer studio.