cancel
Showing results for 
Search instead for 
Did you mean: 

classpath error in webdynpro application

Former Member
0 Kudos

Hi All,

Currently I am using NWDS7.0.16, and I created webdypro application which connect to BI System by make use of BI- XMLA connector. for that I added all required jar file in JavaBuild path. but when i try to build the application I am getting error like:

The project was not built since its classpath is incomplete. Cannot find the class file for javax.resource.cci.Connection. Fix the classpath then try rebuilding this project.

This compilation unit indirectly references the missing type javax.resource.cci.Connection (typically some required class file is referencing a type outside the classpath) TestView.java test/gen_wdp/packages/com/test

Could anybody help me please......

Regards,

Suresh

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Seelam,

Please check the path of jar file location in the project properties.

Regards,

Rajesh.

former_member192434
Active Contributor
0 Kudos

Hi Seelam,

The reference location of jar file has been changed, so reimport that jar file and build your application.

if problem still exits restart your NWDS.

Thanks