获取 noclassfoundexception:java.sql.SQLException in intellij idea for jdk 11

Getting noclassfoundexception : java.sql.SQLException in intellij idea for jdk 11

我正在使用最新版本的 Intellij Idea,并将 jdk 设置为 11。当我执行我的项目时,它抛出异常 noclassfoundexception:java.sql.SQLException.

在 Intellij 的 java 编译器设置中,我提到项目字节码版本为 11。在项目结构设置中,我也将模块 jdk 设置为 11。

尝试将命令行缩短方法更改为"JAR manifest"。

将我的项目从 Java 8 升级到 Java 11 后,我遇到了完全相同的问题。看起来这是 IntelliJ IDEA 错误。

从这里获取的解决方案提示:https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000022399-Error-running-a-cucumber-test-case-Caused-by-java-lang-NoClassDefFoundError-java-sql-Time