Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to downgrade IntelliJ to older version

I have intelliJ 12 30day free software installed with entire project setup and running ; now I have a license received from my company and it is not allowing to register; then realised it is a license of intelliJ 11 version; please lemme know steps to downgrade to intelliJ 11. Like running a patch or what is the solution?

like image 301
user1769790 Avatar asked Aug 29 '13 19:08

user1769790


People also ask

How do I revert to an older version of IntelliJ?

Revert uncommitted changes You can always undo the changes you've made locally before you commit them: In the Commit tool window Alt+0 , select one or more files that you want to revert, and select Rollback from the context menu, or press Ctrl+Alt+Z .

Can I have two versions of IntelliJ?

You can use JetBrains Toolbox to install as many product versions as you like side by side with the automatic update (optional) and rollback support.

Is there a free version of IntelliJ idea?

The free IntelliJ IDEA Community Edition, built on open source code, is for pure JVM development. The paid IntelliJ IDEA Ultimate is designed for full-stack and enterprise development, supporting a wide range of backend and frontend frameworks and technologies.

How do I get IntelliJ Ultimate Edition for free?

All active Java Champions can apply immediately to get IntelliJ IDEA Ultimate for free at https://www.jetbrains.com/shop/eform/javaChampion. Be sure to include the link to your active listing on java.net.


2 Answers

Download and install the old version from this page.

Another option is to use the JetBrains Toolbox App. It allows to install multiple IDE versions, perform rollbacks if needed, applies updates to the IDE and plug-ins, etc.

like image 72
CrazyCoder Avatar answered Sep 20 '22 10:09

CrazyCoder


My operating System is Ubuntu 18.04 I downgraded my Idea community edition version 2020.3 to 2020.2 because it was causing so much lombok issues by using the following steps:
Step 1 : open ubuntu software search idea community click on channel version select version you wish to install and it will downgrade your version with all settings restored. if you dont want previous settings then just clean uninstall idea enter image description here

like image 34
Sumedh Deshpande Avatar answered Sep 24 '22 10:09

Sumedh Deshpande