Some conflicts were found in the installation area: jbr/bin/java is modified
update with the tool https://www.jetbrains.com/toolbox-app/ worked for me
As @paul-praet commented, the following seems to work:
- close IDE and terminate all java/gradle processes
- delete or move the
jbr
sub-directory from theidea-IU-***
directory - start the IDE
- perform the update using "Check for Updates" menu entry
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 :|