JDK 10 cannot import javax.xml.namespace in Eclipse

前端 未结 4 1815
孤街浪徒
孤街浪徒 2020-12-19 11:39

It\'s very strange. I am moving a dynamic web project from Java 8 to Java 10.

The last thing I cannot get the dependency resolved is the javax.xml.namespace.QName cl

4条回答
  •  我在风中等你
    2020-12-19 12:08

    Resolved it by removing jsr173_api.jar from the project classpath (project -> properties -> java build path -> libraries -> classpath). It appears again when eclipse project rebuilt.

提交回复
热议问题