我运行 flink 示例项目(欺诈检测)有什么问题?



我在它的教程中学习apache flink,并在我的IDEA中运行它,然后出现了这样的错误:enter code here错误:发生JNI错误,请检查您的安装并重试线程中的CCD_ 2异常";主";java.lang.NoClassDefFoundError:enter code hereorg/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

相关内容

  • 没有找到相关文章

最新更新