How to set eclipse to ignore the “Classpath Dependency Validator Message” Warning

前端 未结 2 466
一个人的身影
一个人的身影 2020-12-30 06:59

I would like it to have no warnings in my eclipse projects, but I get this one warning:

Classpath entry org.eclipse.jdt.USER_LIBRARY/Liferay 6.1 GA Plugin AP         


        
相关标签:
2条回答
  • 2020-12-30 07:24

    Remove it here: Preferences -> Validation -> Classpath Dependency Validator

    Also check if your specific project has its own validation settings overwritting the global ones. Project -> Properties -> Validation

    0 讨论(0)
  • 2020-12-30 07:28

    Select the warning, press Ctrl+1 (Quick Fix), chose the option "Exclude the associated raw classpath entry from ..."

    0 讨论(0)
提交回复
热议问题