cancel
Showing results for 
Search instead for 
Did you mean: 

Basic Repository

Former Member
0 Kudos

Hi,

I am trying to run application using JavaBeans. In the JavaBean i have a method that calls the SAP and then returns me thetable values.

When i run any simple java application from command prompt to SAP i get the table values and other things corrrectly. But when i use the same method in a javabean class and try to run them i get the following error message whenever i run a webapplication.

[Error]-[com/sap/mw/jco/JCO$BasicRepository]: java.lang.NoClassDefFoundError: com/sap/mw/jco/JCO$BasicRepository

i have imported all the required jar files. So if anyone had faced a similar problems can you kindly share the solution.

thanks

ravi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Ignore my post i Got the solution.