idea runtime version

Answered

I am developing IC plugin recently. My local idea version is #IU-232.8660.185. When creating a new plugin, it prompts "IDE Plugin projects require a minimum of Java 17", so I use jdk17 to start development. After the development is completed, my plugin User Feedback The installation plugin prompts "class file version 61.0". I checked that the corresponding user's idea version number is #IU-222.4167.29, which corresponds to idea runtime version 11.0.14.1.How should I deal with this problem?

0
3 comments

user’s idea version number is #IU-222.4167.29, which corresponds to idea runtime version 11.0.14.1.
Then user might have changed that locally (not advised), 2022.2 comes with Java 17 by default.
https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions

0

OK  I rebuild the plugin in older version idea with jdk 11 to deal this problem,but the idea with 232.2 create  IC plugin is required with jdk17 is no rational I means.

0

Sorry I don't understand the last comment. The required Java version depends on your minimum target IDE platform that is configured in your plugin as explained on the page above.

0

Please sign in to leave a comment.