Creating a Project (Optional)
Scenarios
IntelliJ IDEA can be used to create a Flink project. A Java project is used as an example to illustrate how to create a Flink project.
Procedure
- Start the IDEA and choose Create New Project.
Figure 1 Creating a project
- On the New Project page, choose a Scala development environment, choose Scala Module, and then click Next. If you want to create a Java project, choose corresponding parameters of Java.
Figure 2 Selecting a development environment
- On the New Project page, enter the project name and project location, select the JDK version and Scala SDK, and then click Finish.
Figure 3 Filling in project information
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.