Idea, IntelliJ ideas, is the integrated environment for Java language development, and IntelliJ is recognized as one of the best Java development tools in the industry, especially in smart Code assistants, code auto-hinting, refactoring, Java EE support, various version tools (Git, SVN, GitHub, etc.), JUnit, CVS integration, code analysis, innovative GUI design and other aspects of the function can be said to be extraordinary.
Idea is the product of JetBrains, a company headquartered in Prague, the capital of the Czech Republic, where developers are based in Eastern European programmers with a rigorous reputation. Its flagship version also supports Html,css,php,mysql,python and so on. The free version only supports a few languages such as Java. Here we install the flagship version
1. Go to the official website to download IntelliJ idea https://www.jetbrains.com/idea/download/#section =windows, select the fee version, and then crack
2. Click on download to download page to start the download, if there is no pop-up download box, please click on the map location
3. Double click after download, start the installation, click Next
4. Choose the installation path, preferably do not install to the C drive, where I installed to the D-Drive Idea folder, click Next
5. Select Install 32-bit or 64-bit, according to your computer selection, click Next
6. This is done by default, click Install
7. Start the installation
.
8. Install complete, tick start
9. Click OK
.
10. Click Accept
11. Here is the charge version of IDEA Registration, registration success, click on the activation activate can see a total of 3 activation mode
The first kind: Buy Genuine users (if you have the best choice of genuine money)
The second type: Activation code (this method is explained below)
the third type: Online activation (there is an expiration time, this time must once again the network authorization Server request activation)
I choose the third, this method when license server way to activate, must be networked, I chose this URL http://idea.imsxm.com/, can currently use
Copy fills in one of the following license servers into the License server address input box:
http://intellij.mandroid.cn/
http://idea.imsxm.com/
http://idea.iteblog.com/key.php
Note: If the third method is unsuccessful and you want to use it for free, please use the second
The method is as follows: (Here we need to exit the activation, wait for the following steps to complete, then restart idea)
1. Download crack patch Jetbrainscrack-2.6.2.jar Address: http://download.csdn.net/detail/gnail_oug/9824630
or http://idea.lanyus.com/.
2. Copy your downloaded Jetbrainscrack-2.6.2.jar to the bin directory of your idea installation directory, as shown in the red box
3. Under the idea of installation, there are 2 files under the Bin directory: one is idea64.exe.vmoptions, and the other is idea.exe.vmoptions (such as a green box).
Open with Notepad to add one line to the bottom line:-javaagent:d:\idea\bin\jetbrainscrack-2.6.2.jar
Note: "D:\IDEA\bin\JetbrainsCrack-2.6.2.jar" is the location of my corresponding Jetbrainscrack-2.6.2.jar, you use your own installation path.
4. Restart the software, and then select the interface in Acrivation code, write the following registration code (expires by 2099)
[Plain]View PlainCopy
- thiscracklicenseid-{
- "Licenseid": "Thiscracklicenseid",
- "Licenseename": "Idea",
- "Assigneename": "",
- "Assigneeemail": "[email protected]",
- "Licenserestriction": "For the Crack, only test! Please support genuine!!! ",
- "Checkconcurrentuse": false,
- "Products": [
- {"Code": "II", "Paidupto": "2099-12-31"},
- {"Code": "DM", "Paidupto": "2099-12-31"},
- {"Code": "AC", "Paidupto": "2099-12-31"},
- {"Code": "RS0", "Paidupto": "2099-12-31"},
- {"Code": "WS", "Paidupto": "2099-12-31"},
- {"Code": "DPN", "Paidupto": "2099-12-31"},
- {"Code": "RC", "Paidupto": "2099-12-31"},
- {"Code": "PS", "Paidupto": "2099-12-31"},
- {"Code": "DC", "Paidupto": "2099-12-31"},
- {"Code": "RM", "Paidupto": "2099-12-31"},
- {"Code": "CL", "Paidupto": "2099-12-31"},
- {"Code": "PC", "Paidupto": "2099-12-31"}
- ],
- "Hash": "2911276/0",
- "Graceperioddays": 7,
- "Autoprolongated": false}
5. Be able to enter the application interface, explain the success of the crack (if not successfully to http://idea.lanyus.com/this site to see)
12. After registering this page, after selecting the theme, click Next
13. This interface is configured with the idea support function
We can choose, because if we use it default has a lot of useless plug-ins, we do not need, will make your idea special card, so we'd better be according to their own needs to customize the function plug-in, first we click Java frameworks below customize to configure Java-related
14. Click Customize to enter
15. Choose what you need, click Save to return, continue to select the other, all the same way click Customize to configure
16. Choose the Build tool here
17. Configure Web Open correlation
18. Configuring Version Control
19. Select the Test tool
20. Select Server
21. Select Cloud-related
22. If you want to directly ban a module of the function plug-in, you can directly click Disable all
23. Select UML
24. After the configuration, click Next here to configure the function, can also be modified later, so don't worry
25. Install the plugin, install it later, and click Start
26. Splash screen, awesome
27. This interface can be configured
28. Click the setting below configure
29. Here is the Setup interface according to their own needs configuration, now do not configure also line, can also be configured later, here we do not configure, click on the following Cancel to return
30. Click the plugins below configure to enter this interface
Here is the previously configured feature plug-in, which can also be configured here, can be configured later, click Cancel to return
31. Once all configuration is complete, click here to create a new project
32. Select the Java project to
Note: Java Enterprise is a EE project, we first create a simple Java project, the right also configure the JDK, select your JDK installation directory
33. Click Next
34. Fill in the project name and the project save address, click Finish
35. Click OK
35. Double-click the Hello item to expand the project
36. Create the package under SRC
37. Create a class under the new package
38. Here you can choose to create classes, interfaces or other
39. Write the code and right-click to run
The first run is slow, see the console print, OK, your idea installation is complete, start your programming journey!!!
Original: http://blog.csdn.net/yangying496875002/article/details/73603303
Windows7 under Installation and crack IntelliJ IDEA2017