It seems that Eclipse's export jar functionality is broken. But since maven
is working properly, I assume the issue is resolved.
For the other error, can you post the source code of the main() method
somewhere?
There are some hints how to resolve the issue in the exceptions (use of
.returns() anno
Hi Stephan,
Thanx for the response. Actually I am using Maven and below are all Flink
dependencies I have in my pom.xml file.
/
org.apache.flink
flink-core
0.9.1
provided
Hi!
You probably miss some jars in your classpath. Usually Maven/SBT resolve
that automatically, so I assume you are manually constructing the classpath
here?
For this particular error, you probably miss the "flink-streaming-core"
(0.9.1) / "flink-streaming-java" (0.10) in your classpath.
I woul