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 class.
You can see in the attached screen shot, the QName class exist in JRE System Library, but the IDE keep complaining that QName cannot be resolved to a type.
QName
remained unresolved? Either way, please update your post to explicitly state what happens after you select that quick fix to importQName
. As it stands your question is unclear on this point. – Laoag