我在它的教程中学习apache flink,并在我的IDEA中运行它,然后出现了这样的错误:enter code here
错误:发生JNI错误,请检查您的安装并重试线程中的CCD_ 2异常";主";java.lang.NoClassDefFoundError:enter code here
org/apache/flink/streaming/api/functions/source/SourceFunctionjava.lang.Class.getDeclaredMethods0上的enter code here
(本机方法)位于java.lang.Class.privateGetDeclaredMethods(Class.java:2701)的enter code here
位于java.lang.Class.privateGetMethodRecursive(Class.java:3048)e的enter code here
我的jdk版本是jdk1.8.0_291,jre版本是jre1.8.0_331这与此有关吗?
当您想在IntelliJ中运行这样的项目时,您需要编辑运行配置以包含以下选项:
Add dependencies with "provided" scope to classpath