user1769790
user1769790

Reputation: 1343

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?

Upvotes: 67

Views: 106333

Answers (3)

Kavita
Kavita

Reputation: 11

Install and enable 'classic ui' plugin:

  1. Settings -> Plugins -> market place
  2. Search for classic ui
  3. Restart the IDE to get the old UI back.

Upvotes: 0

Sumedh Deshpande
Sumedh Deshpande

Reputation: 546

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

Upvotes: 8

CrazyCoder
CrazyCoder

Reputation: 401975

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.

Upvotes: 101

Related Questions