13805029595的博客eclipse4.4..2 jdk11.0.15.1 create workspace error ...Caused by: java.lang.ClassNotFoundException: org.w3c.dom.stylesheets.StyleSheet cannot be found by org.eclipse.e4.ui.css.core_0.10.100.
Fala Oviara的博客Java11 引用 org.w3c.dom 时报错The package org.w3c.dom is ...在Java9或者更高版本中,相同的包名不能在多个模组之中,而org.w3c.dom包已经包含在系统的库中,所以有其他依赖库中包含org.w3c.dom时会报出这个错误。