cancel
Showing results for 
Search instead for 
Did you mean: 

Calculator Example Netweaver

Former Member
0 Kudos

Hallo,

I am following the tutorial "creating your first J2EE application" and I getting the error when I call the calculator JSP:

Cannot instantiate bean. java.lang.ClassNotFoundException: class com.sap.examples.calculator.beans.CalcProxy : java.lang.IllegalAccessException: Class java.beans.Beans can not access a member of class com.sap.examples.calculator.beans.CalcProxy

with modifiers ""

I have checked the jsp and it includes the correct bean. I checked as well the ProxyCalc bean and it declares the right package. Any idea where is the error?

thanks a lot for your help,

SAPLernen

Message was edited by: SAPLernen

Accepted Solutions (0)

Answers (1)

Answers (1)

Vlado
Advisor
Advisor
0 Kudos

Hi,

Check the get/set methods of CalcProxy bean. They must be public.

Best regards,

Vladimir