First run, the Feature wizard appears,
- The 1th radio button indicates that you can specify IntelliJ idea to import the IntelliJ idea profile directory that exists on your computer if you have one.
- The 2nd radio button indicates that you do not have any previous versions of the IntelliJ idea configuration, you do not import any configuration, let IntelliJ idea generate a new configuration.
Activated:
License Server http://www.iteblog.com/idea/key.php
is to choose IntelliJ Idea Theme UI, according to your preferences to choose, I choose to use IntelliJ
.
Shows some of the major extensions that IntelliJ idea supports, and can disable some extensions based on the requirements you have developed.
I chose to install two plugins myself.
Once you have selected the extensions you need, press the Start using IntelliJ IDEA
Display Launcher screen.
Installation directory Introduction
IntelliJ idea's installation directory is not complex, for the most frequently changed bin directory, often change the file or must be introduced is a red box of several.
1. The idea.exe
file is a IntelliJ idea 32-bit executable file, IntelliJ idea installs the default sent to the desktop is the shortcut to this executable file.
2. The idea.exe.vmoptions
file is a VM configuration file for the IntelliJ idea 32-bit executable file, which is specifically explained in the following configuration modifications.
3. The idea64.exe
file is a viable executable file for IntelliJ idea 64, requiring that the JDK 64-bit version be installed on the computer. The 64-bit system is also recommended for use with this file.
4. The idea64.exe.vmoptions
file is a VM configuration file for the IntelliJ idea 64-bit executable file, which is specifically explained in the following configuration modifications.
5. idea.properties
files are some of IntelliJ idea's property profiles, specific configuration changes will be explained below.
Installation of Idea