Which version of Intellij IDEA works with Java 6 and how i get it ?
已回答
Hi devs !!
Recently, I took on a migration project for an application developed in Java 6 and deployed on JBoss 6.
I'm using IntelliJ IDEA 2023.2, and I'm having trouble configuring the development environment.
During my research, I came across several comments stating that Java version 6 would no longer be supported. I'd like to confirm if this is true and how I could obtain a version that supports Java 6.
I'm being forced to use Eclipse, which is quite traumatic in terms of the development experience. :(
请先登录再写评论。
Please see https://www.jetbrains.com/help/idea/supported-java-versions.html and https://blog.jetbrains.com/idea/2022/09/intellij-idea-2022-3-eap/#java-6-and-older.
Java 6 and older
Please be aware that IntelliJ IDEA 2022.3 won’t support running and testing Java applications that use Java 6. Java 6 reached “end of life” status several years ago, and Oracle stopped providing support and security updates in 2018.
Note that it will still be possible to use IntelliJ IDEA to write code compatible with Java 6. In order to compile it, run JUnit tests for it, or deploy it to an application server, however, you’ll need to use Java version 7 or newer.
You can always use IntelliJ IDEA 2022.2 or an older version to run Java 6 projects. All previous versions of IntelliJ IDEA can be found on our website.