Which version of Intellij should I be downloading and which version of the JDK, so that Intellij works with the JDK and also works with the CodeGym plugin?
Which Version of Intellij IDEA and JDK?
Comments (5)
- Popular
- New
- Old
You must be signed in to leave a comment
Michael Testori
27 June 2023, 10:33
FOR THE CODEGYM PLUGIN:
Thanks to the assistance of CodeGym I found the latest version of the plugin working with the latest updates of IntelliJ IDEA,
Find the latest version of the CodeGym plugin at this link:
https://codegym.cc/downloads/ide/plugin.jar?isNew=true
Note the "isNew = true" automatically downloads the new version of the plugin as soon as it's updated :)
Or simply go to your profile, download section
e Download the IntelliJ IDEA plugin and IntelliJ IDEA project to complete tasks.
FOR THE INTELLIJ ANDJDK:
Download the latest version of IntelliJ IDEA and use the OpenJDK 20, as recommended by CodeGym
IntelliJ IDEA Link:
https://www.jetbrains.com/idea/download/download-thanks.html?platform=windows&code=IIC
OpenJDK Links:
https://download.oracle.com/java/20/latest/jdk-20_windows-x64_bin.exe
Thanks CodeGym Team :)
+3
Anonymous #10844152Expert
4 February 2023, 03:19
Thank you for the reply. I did as Tony had suggested and it worked. I think the issue before was that I was downloading the most current version of Intellij IDEA and when I was creating projects, it was defaulting to the Version 16 JDK which I was using a couple of years ago and was still on my machine. I was able to install the most current version of Intellij and the most current JDK and it is working perfectly with the CodeGym plugin now.
+1
Furô
30 January 2023, 12:28
Just make sure to uncheck the box in the settings under "appearance" which activates the new UI beta. It doesn't work with the CodeGym plugin.
+4
Anonymous #10844152Expert
27 January 2023, 21:35
Thank you for the reply. That's what I did the first time and it didn't seem to work, but I'll try it again.
+1
Tony Marloe
27 January 2023, 06:30
You should use the most recent versions of Intellij IDEA and the JDK (Java Development Kit) that are compatible with your operating system in order to use Intellij with the JDK and the CodeGym plugin.
+2