Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

How to remove build error in eclipse ?

user575089Aug 24 2017 — edited Aug 24 2017

In  Eclipse   when  I do "Run As > Maven Install"    for my project using eclipse Maven plugin ,  I get  "BUILD SUCCESS"  

However  Eclipse editor  still shows  error in one java class in my project  for the following import

import springfox.documentation.spring.web.plugins.Docket;

Error message :

The import springfox.documentation.spring.web.plugins.Docket cannot be resolved

Could you please suggest how to fix this error in Eclipse editor ?

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 21 2017
Added on Aug 24 2017
1 comment
470 views