IDEA installation and the most basic use

1. Double-click to run the .exe file

Insert picture description here

2. Click next

3. Select the installation path (do not contain Chinese), and then click next

Insert picture description here

four,Insert picture description here

Five, click InstallInsert picture description here

Six, installation is complete, run IDEA

Insert picture description here

Seven, skip the default configuration directly

Insert picture description here

8. Create a new project

Insert picture description here

9. Check whether the address is consistent with the path to install jdk, if not, click NEW, select the path to install jdk, and then click Next

Insert picture description here

10. Click Next

Insert picture description here

11. Fill in the project name and the location where the project is saved, and then click Finish

Insert picture description here

12. If this box pops up, wait for the automatic loading to complete, if not, please ignore

Insert picture description here

13. Right-click on src, select New, and select Package

Insert picture description here

14. Enter the package name and click OK

Insert picture description here

15. Right-click the created package, click New, and click JavaClass

Insert picture description here

16. Enter the class name and click OKInsert picture description here

17. Right-click and click Run'HelloWorld.main()'

Insert picture description here

18. Successful operation

Insert picture description here

Guess you like

Origin blog.csdn.net/xue_yun_xiang/article/details/114001002