cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

CAP JAVA BAS Import Errors

DC
Explorer
1,647

Hi Team,

In our CAP Java application, we see lots of import errors in the problems view...

The import CDS cannot be resolved Java (......)

The import CDS cannot be resolved Java (......)

The project builds and run fine. Is there something we need to config to get rid of these??

Some other DEV spaces don't have this issue

Thanks for your Help

Cheers

Dharmesh

View Entire Topic
marcbecker
Product and Topic Expert
Product and Topic Expert
0 Likes

It sometimes help to right-click on the pom.xml of the project that has errors and select "Update Project" or "Reload Project". If these errors occur, but you can run the application without errors, this usually points to an inconsistency in the internal state of the Java language server. These inconsistencies can sometimes be resolved by updating / reloading the project.

DC
Explorer
0 Likes

Hi Marc

That has resolved the import errors.

Appreciate your prompt response.

Cheers

Dharmesh

canery46
Explorer
0 Likes

hi,

I try it but error continue. Is there another solution for this .

Caner