-
目录
1.下载和安装JDK和Idea:
-
官网下载:
-
IntelliJ IDEA (JetBrains 官方)
Download IntelliJ IDEADownload the latest version of IntelliJ IDEA, the IDE for professional development in Java and Kotlin. Available for Windows, macOS, and Linux.
https://www.jetbrains.com/idea/download/
-
选择 Community(免费版)或 Ultimate(付费试用版)。
JDK (Java Development Kit)
-
Oracle JDK(需登录账户,商业用途需授权):
https://www.oracle.com/java/technologies/javase-downloads.htmlhttps://www.oracle.com/java/technologies/javase-downloads.html
-
OpenJDK(开源免费推荐):
JDK Builds from Oracle
或 Adoptium(Eclipse 基金会维护):
Home | AdoptiumEclipse Adoptium provides prebuilt OpenJDK binaries ...https://adoptium.net/
-
2.第三方下载:(个人认为简洁,已经整理好的各种版本)
-
点击Java高级互联网架构师,找到常用下载,找到Windows必备/Mac OS必备,下载里面的Jdk8和Idea社区版
-
打开浏览器,在地址栏中输入doc.codeboy.com,回车
-
安装:
-
JDK:一路下一步,安装路径中绝对不能包含中文
-
Idea:一路下一步,安装路径中绝对不能包含中文
-
-
-
2.下载和安装Git:
-
打开浏览器,在地址栏中输入doc.codeboy.com,回车
-
点击Java高级互联网架构师,找到常用下载,找到Git,找到你对应操作的git,点击官网下载即可
-
安装:
-
一路下一步,装好后需要测试,测试方式如下:
-
找到File->Settings->Version Control->Git->点击Test,保证下面能显示git版本即可
-
-
-