Skip to content

Commit 2460e36

Browse files
authored
Update README.md
1 parent cbe9f70 commit 2460e36

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,19 @@ You can also download the JAR package from the [Jetbrains plugin repository](htt
405405

406406
- _File > Settings > Plugins > Install plugin from disk..._
407407

408+
## Troubleshooting
409+
410+
#### CSV Plugin causes the IDE to stop working properly
411+
412+
Since version 2.11.0, the plugins requires the IntelliJ platform to be executed on JRE9 or higher. If this is not the case, the following error log can be noticed:
413+
414+
`com.intellij.diagnostic.PluginException: While loading class net.seesharpsoft.intellij.plugins.csv.CsvFileTypeOverrider: net/seesharpsoft/intellij/plugins/csv/CsvFileTypeOverrider has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0 [Plugin: net.seesharpsoft.intellij.plugins.csv]`
415+
416+
In some cases the error log doesn't seem to point this out in a noticable manner, but the IDE doesn't work correctly after enabling the plugin. Always disable the plugin first before continuing with the following steps.
417+
418+
Please read the [official instructions](https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under) on how to switch to a newer JRE, or [manually install](https://github.com/SeeSharpSoft/intellij-csv-validator#installation) a [prior CSV plugin version](https://github.com/SeeSharpSoft/intellij-csv-validator/releases/tag/2.10.0).
419+
420+
408421
## Contribution
409422

410423
Contributions are welcome. Please check [CONTRIBUTING.md](./CONTRIBUTING.md) for more information.

0 commit comments

Comments
 (0)