Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Some conflicts were found in the installation area: jbr/bin/java is modified

On Ubuntu, can't update to IntelliJ IDEA 2020.3 because of this conflict. What's going on? How do I resolve it?

enter image description here

Image transcript:

Some conflicts were found in the installation area.

Some of the conflicts below do not have a solution, so the patch cannot be applied. Please download this version from developer Web site and reinstall it from scratch.
Press 'Cancel' to exit.

like image 748
Leevi L Avatar asked Dec 05 '20 11:12

Leevi L


3 Answers

update with the tool https://www.jetbrains.com/toolbox-app/ worked for me

like image 125
Alexandr Arhipov Avatar answered Oct 11 '22 04:10

Alexandr Arhipov


As @paul-praet commented, the following seems to work:

  1. close IDE and terminate all java/gradle processes
  2. delete or move the jbr sub-directory from the idea-IU-*** directory
  3. start the IDE
  4. perform the update using "Check for Updates" menu entry
like image 30
Jonas Zeiger Avatar answered Oct 11 '22 05:10

Jonas Zeiger


I fought with this for a while. There's a long thread here that suggested several things, none of which worked for me. In summary:

  • launching IDEA from a symlinked directory caused this for some people
  • some people were able to close all existing projects and apply the update from the welcome screen (it's available from a Configure | Check for Updates menu item on the bottom of the welcome screen).

None of that worked for me, so I eventually just downloaded a fresh full install instead of the patch :|

like image 4
Lance Avatar answered Oct 11 '22 04:10

Lance