Search code examples
javaeclipseapache-flink

Creating Flink Project in Eclipse


I'm trying to create a Flink Maven project with eclipse and run some selfwritten codefiles. I used this tutorial: https://ci.apache.org/projects/flink/flink-docs-release-1.6/quickstart/java_api_quickstart.html I have done all steps of the tutorial. If I try to run a example file this error message occur: enter image description here

Also if I'm trying to generate a new Java class - the error

Source folder is not a java project.

My goal is to create own Flink applications and test them in the IDE environment. Thanks in advance


Solution

  • So the errors don't occur with IntelliJ.