'How do I remove my IntelliJ 2019.1 license?
I went through How do I remove my IntelliJ license? and follow all the steps as mentioned here.
For .IntelliJIdea2019.1 in Windows 10
- locate the folder
.IntelliJIdea2019.1 - move the location
.IntelliJIdea2019.1\config\eval - remove the file
idea191.evaluation.key
But just after couple of mins, I'm getting below error and it causing the IDE to close out.
How to solve this issue ?
Solution 1:[1]
You can solve the issue by buying a license for IntelliJ IDEA. If you need an extended evaluation, you can obtain one by emailing [email protected].
Solution 2:[2]
- Uninstall intellij app from the system
- Remove the entire folder .IntelliJIdea2019.1
- Get rid of JavaSoft folder with all subfolders from the registry
If you want your intellij's back, restart the system and install version 2019.1 again.
Solution 3:[3]
Goto bellow location
windows key+R tyepe %appdata% or
C:\Users\<username>\AppData\Roaming\JetBrains
and delete everything and restart the app will allow you to use evaluate again.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | yole |
| Solution 2 | |
| Solution 3 | Firefog |

