Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I update IntelliJ IDEA?

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.

like image 538
michael Avatar asked Jan 03 '12 21:01

michael


People also ask

How do I update my IDE?

Open the Preferences window by clicking File > Settings (on Mac, Android Studio > Preferences). In the left panel, click Appearance & Behavior > System Settings > Updates. Be sure that Automatically check for updates is checked, then select a channel from the drop-down list (see figure 1). Click Apply or OK.

What is Update Project in IntelliJ?

Update your project When you perform the update operation, IntelliJ IDEA fetches changes from all project roots and branches, and merges the tracked remote branches into your local working copy (equivalent to pull).

Which version of IntelliJ IDEA is free?

IntelliJ IDEA is available in the following editions: Community Edition is free and open-source, licensed under Apache 2.0. It provides all the basic features for JVM and Android development. IntelliJ IDEA Ultimate is commercial, distributed with a 30-day trial period.


1 Answers

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: Mac Update

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.

like image 192
CrazyCoder Avatar answered Oct 04 '22 15:10

CrazyCoder