diff --git a/website/community/dev/ide-setup.md b/website/community/dev/ide-setup.md index b07b872fb5..37d5c98692 100644 --- a/website/community/dev/ide-setup.md +++ b/website/community/dev/ide-setup.md @@ -202,12 +202,6 @@ If you do not want to expose your email address in Git commits, you can activate This section lists issues that developers have run into in the past when working with IntelliJ. -#### Compilation fails with `invalid flag: --add-exports=java.base/sun.net.util=ALL-UNNAMED` - -This happens if the "java11" Maven profile is active, but an older JDK version is used. Go to -"View" → "Tool Windows" → "Maven" and uncheck the "java11" profile. Afterwards, reimport the -project. - #### Compilation fails with `package sun.misc does not exist` This happens if you are using JDK 11 and compile to Java 8 with the `--release` option. This option is currently incompatible with our build setup. @@ -217,4 +211,4 @@ Go to "Settings" → "Build, Execution, Deployment" → "Compiler" → "Java Com This happens if Fluss dependencies are set to "provided", resulting in them not being available on the classpath. You can either check "Include dependencies with 'Provided' scope" in your -run configuration, or create a test that calls the `main()` method of the example. \ No newline at end of file +run configuration, or create a test that calls the `main()` method of the example.