Skip to content

Commit 8913de3

Browse files
committed
[hotfix] Remove not related java11 profile info from ide-setup
1 parent 025ffd1 commit 8913de3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

website/community/dev/ide-setup.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -202,12 +202,6 @@ If you do not want to expose your email address in Git commits, you can activate
202202

203203
This section lists issues that developers have run into in the past when working with IntelliJ.
204204

205-
#### Compilation fails with `invalid flag: --add-exports=java.base/sun.net.util=ALL-UNNAMED`
206-
207-
This happens if the "java11" Maven profile is active, but an older JDK version is used. Go to
208-
"View" → "Tool Windows" → "Maven" and uncheck the "java11" profile. Afterwards, reimport the
209-
project.
210-
211205
#### Compilation fails with `package sun.misc does not exist`
212206

213207
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
217211

218212
This happens if Fluss dependencies are set to "provided", resulting in them not being available
219213
on the classpath. You can either check "Include dependencies with 'Provided' scope" in your
220-
run configuration, or create a test that calls the `main()` method of the example.
214+
run configuration, or create a test that calls the `main()` method of the example.

0 commit comments

Comments
 (0)