【发布时间】:2023-04-02 22:55:03
【问题描述】:
我正在使用带有 scala 的 flink-1.4.2。在使用 flink 运行我的代码时。我收到错误:
java.lang.RuntimeException: Could not look up the main(String[]) method from the class org.example.WindowExample: org/json4s/DefaultFormats$
Caused by: java.lang.NoClassDefFoundError: org/json4s/DefaultFormats$
Caused by: java.lang.ClassNotFoundException: org.json4s.DefaultFormats$
【问题讨论】:
标签: scala apache-flink