IDEA中运行程序,报错:
Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/janino/InternalCompilerException
首先查询Exception in thread “main“ java.lang.NoClassDefFoundError: org/apache/spark/sql/SparkSession$ 是不是没有加上Include dependencies with “Provided” scope
结果不是
解决加依赖
org.codehaus.janino janino 3.0.8
遇到这种问题,不是依赖就是jar包,或者是没有加对号。



