Eclipse classnotfoundexception with imported jar files
问题 I've just plainly imported the jar files and this error has appeared. I've tried multiple ways online but couldn't solve it. This is the classpath that i've imported. 回答1: In JDK 9, the module java.corba which contains the interface org.omg.CORBA.portable.IDLEntity is not resolved by default and has to be manually added: Add the module java.corba to the Explicitly included modules as described in this answer for java.xml.bind or use a Java 8 JRE/JDK. See blog post Prepare for JDK 9 by Yolande