Reputation: 110550
I am running IntelliJ IDEA 11.0 on Mac OS X. I know it has an update 11.0.1. But when I used Check for update, it said I am already running the latest version.
Please tell me how can I upgrade to version 11.0.1?
Thank you.
Upvotes: 19
Views: 72096
Reputation: 1674
You can manually check for updates:
Settings (Ctrl
+Alt
+S
) > Appearance & Behavior > System Settings > Updates > Check for Updates...
You will get a notification asking you to restart the IDE to apply the update once it is complete, but you can still use the IDE while the update is being downloaded and there is no automatic restart.
As of 2023, automatic Downloads require the separate Toolbox App from JetBrains.
EDIT: This method does not seem to work for upgrading beyond 2024.1
Toolbox app is now required for updating intellij.
Upvotes: 5
Reputation: 11
in mac
open intelliji-idea => top menu bar => intelliji idea => check for updates (below about option)
(or)
dowload the latest version and replace it with your old one.
Upvotes: 1
Reputation: 27
Open intellij-idea -> go to top menu bar -> Help -> Check for Updates
Upvotes: 0
Reputation: 401965
Probably you have a connection problem or your proxy/firewall blocks IDEA access to the site where it checks for updates.
I've tried it on my Mac and Windows machines and it works fine:
In any case, you can just download and install the complete version from .dmg file. Your license, settings and plugins will be preserved and the old version can be moved to Trash.
Upvotes: 11