René's URL Explorer Experiment


Title: Java 开发环境搭建(JDK / IDE) | 人人都懂物联网

Open Graph Title: Java 开发环境搭建(JDK / IDE) | 人人都懂物联网

Description: 在开始编写 Java 程序之前,你需要先搭建好开发环境。本章将详细介绍如何在不同的操作系统上安装和配置 JDK,以及如何选择合适的 IDE。

Open Graph Description: 在开始编写 Java 程序之前,你需要先搭建好开发环境。本章将详细介绍如何在不同的操作系统上安装和配置 JDK,以及如何选择合适的 IDE。

Opengraph URL: https://getiot.tech/java/java-environment-setup/

Generator: Docusaurus v3.10.1

direct link

Domain: getiot.tech


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Java 开发环境搭建","item":"https://getiot.tech/java/java-environment-setup"}]}

twitter:cardsummary_large_image
og:imagehttps://getiot.tech/img/getiot-social-card.jpg
twitter:imagehttps://getiot.tech/img/getiot-social-card.jpg
og:localezh_CN
docusaurus_localezh-CN
docsearch:languagezh-CN
docusaurus_versioncurrent
docusaurus_tagdocs-java-current
docsearch:versioncurrent
docsearch:docusaurus_tagdocs-java-current

Links:

跳到主要内容https://getiot.tech/java/java-environment-setup/#__docusaurus_skipToContent_fallback
【腾讯云】4核4G服务器新客38元/年起,AI 算力 0.8 折起,百万大模型 tokens 免费体验https://curl.qcloud.com/3IQUqtlI
Get IoT !https://getiot.tech/
编程语言https://getiot.tech/java/java-environment-setup/
C语言https://getiot.tech/c/
C++https://getiot.tech/cplusplus/
Pythonhttps://getiot.tech/python/
Javascripthttps://getiot.tech/js/
Typescripthttps://getiot.tech/ts/
Javahttps://getiot.tech/java/
PHPhttps://getiot.tech/php/
Gohttps://getiot.tech/go/
Rusthttps://getiot.tech/rust/
Luahttps://getiot.tech/lua/
R语言https://getiot.tech/r/
Web开发https://getiot.tech/java/java-environment-setup/
HTMLhttps://getiot.tech/html/
CSShttps://getiot.tech/css/
Reacthttps://getiot.tech/react/
Vuehttps://getiot.tech/vue/
微信小程序https://getiot.tech/mp/
MongoDBhttps://getiot.tech/mongodb/
Linuxhttps://getiot.tech/java/java-environment-setup/
Linux 基础https://getiot.tech/linux/
Linux 命令大全https://getiot.tech/linux-command/
Linux 系统编程https://getiot.tech/linux-c/
嵌入式 Linuxhttps://getiot.tech/elinux/
Shell 编程https://getiot.tech/linux-shell/
硬件https://getiot.tech/java/java-environment-setup/
Arduino 入门https://getiot.tech/arduino/
STM32 开发教程https://getiot.tech/stm32/
Wio Terminalhttps://getiot.tech/wiot/
树莓派 Raspberry Pihttps://getiot.tech/rpi/
BeagleBone Blackhttps://getiot.tech/bbb/
潘多拉 IoT Boardhttps://getiot.tech/pandora/
创客 DIY 项目https://getiot.tech/projects/
RTOShttps://getiot.tech/java/java-environment-setup/
RT-Threadhttps://getiot.tech/rtt/
FreeRTOShttps://getiot.tech/freertos/
uCOS-IIhttps://getiot.tech/ucos/
Zephyrhttps://getiot.tech/zephyr/
工业https://getiot.tech/java/java-environment-setup/
电动汽车https://getiot.tech/ev/
激光雷达https://getiot.tech/lidar/
AUTOSARhttps://getiot.tech/autosar/
ROS 机器人操作系统https://getiot.tech/ros/
ROS2 机器人操作系统https://getiot.tech/ros2/
导航https://getiot.tech/java/java-environment-setup/
🤖 AI 工具导航https://getiot.tech/ainav/
📻 科技信息源https://getiot.tech/sources/
🇨🇳 中国高校导航https://getiot.tech/chinese-universities/
🌍 全球高校导航https://getiot.tech/world-universities/
工具https://getiot.tech/java/java-environment-setup/
HTML 颜色工具https://getiot.tech/webtools/color-picker/
单位换算器https://getiot.tech/webtools/unit-converter/
时间戳转换器https://getiot.tech/webtools/timestamp-converter/
CRC 校验计算器https://getiot.tech/webtools/crc-tool/
Base64 编解码https://getiot.tech/webtools/base64-tool/
IEEE 754 浮点数 ↔ 16 进制https://getiot.tech/webtools/ieee754-float-hex/
JSON 格式化工具https://getiot.tech/webtools/json-formatter/
二维码生成器https://getiot.tech/webtools/qrcode-generator/
https://github.com/getiot/getiot-kb
Java 教程 · 从入门到实践 📚https://getiot.tech/java/
第一部分:Java 入门https://getiot.tech/java/java-intro/
Java 是什么https://getiot.tech/java/java-intro/
Java 发展历史https://getiot.tech/java/java-history/
Java 开发环境搭建https://getiot.tech/java/java-environment-setup/
Java 程序的基本结构https://getiot.tech/java/java-program-structure/
第一个 Java 程序https://getiot.tech/java/java-hello-world/
Java 编译与运行过程https://getiot.tech/java/java-compile-run/
第二部分:Java 语法基础https://getiot.tech/java/java-keywords/
第三部分:面向对象编程https://getiot.tech/java/java-oop-intro/
第四部分:异常与常用类库https://getiot.tech/java/java-exceptions/
第五部分:集合与泛型https://getiot.tech/java/java-collections-overview/
第六部分:IO 与文件操作https://getiot.tech/java/java-io-overview/
第七部分:多线程与并发https://getiot.tech/java/java-thread-basics/
第八部分:网络与数据访问https://getiot.tech/java/java-networking/
第九部分:Java 新特性https://getiot.tech/java/java-lambda/
第十部分:工程化与构建工具https://getiot.tech/java/java-project-structure/
第十一部分:实战与进阶https://getiot.tech/java/java-cli-tool/
附录:实用 & 参考https://getiot.tech/java/java-keywords-cheatsheet/
https://getiot.tech/
https://getiot.tech/java/java-environment-setup/#jdk-安装与配置
https://getiot.tech/java/java-environment-setup/#什么是-jdk
https://getiot.tech/java/java-environment-setup/#选择-jdk-版本
https://getiot.tech/java/java-environment-setup/#windows-安装
https://getiot.tech/java/java-environment-setup/#方法-1oracle-jdk
Oracle JDK 下载页面https://www.oracle.com/java/technologies/downloads/
https://getiot.tech/java/java-environment-setup/#方法-2openjdk推荐
Adoptiumhttps://adoptium.net/
https://getiot.tech/java/java-environment-setup/#macos-安装
https://getiot.tech/java/java-environment-setup/#方法-1使用-homebrew推荐
https://getiot.tech/java/java-environment-setup/#方法-2直接下载
Adoptiumhttps://adoptium.net/
https://getiot.tech/java/java-environment-setup/#linux-安装
https://getiot.tech/java/java-environment-setup/#ubuntudebian
https://getiot.tech/java/java-environment-setup/#centosrhel
https://getiot.tech/java/java-environment-setup/#配置环境变量
https://getiot.tech/java/java-environment-setup/#windows-配置
https://getiot.tech/java/java-environment-setup/#方法-1通过系统设置
https://getiot.tech/java/java-environment-setup/#方法-2通过命令行临时
https://getiot.tech/java/java-environment-setup/#macoslinux-配置
https://getiot.tech/java/java-environment-setup/#方法-1编辑-shell-配置文件
https://getiot.tech/java/java-environment-setup/#方法-2使用-jenv多版本管理
https://getiot.tech/java/java-environment-setup/#环境变量说明
https://getiot.tech/java/java-environment-setup/#java_home
https://getiot.tech/java/java-environment-setup/#path
https://getiot.tech/java/java-environment-setup/#常用-ide
https://getiot.tech/java/java-environment-setup/#intellij-idea推荐
https://getiot.tech/java/java-environment-setup/#特点
https://getiot.tech/java/java-environment-setup/#版本选择
https://getiot.tech/java/java-environment-setup/#安装
JetBrains 官网https://www.jetbrains.com/idea/
https://getiot.tech/java/java-environment-setup/#创建第一个项目
https://getiot.tech/java/java-environment-setup/#eclipse
https://getiot.tech/java/java-environment-setup/#特点-1
https://getiot.tech/java/java-environment-setup/#安装-1
Eclipse 官网https://www.eclipse.org/
https://getiot.tech/java/java-environment-setup/#vs-code
https://getiot.tech/java/java-environment-setup/#特点-2
https://getiot.tech/java/java-environment-setup/#配置-java-开发环境
https://getiot.tech/java/java-environment-setup/#选择建议
https://getiot.tech/java/java-environment-setup/#验证安装
https://getiot.tech/java/java-environment-setup/#检查-java-版本
https://getiot.tech/java/java-environment-setup/#检查编译器版本
https://getiot.tech/java/java-environment-setup/#测试编译和运行
https://getiot.tech/java/java-environment-setup/#常见问题
https://getiot.tech/java/java-environment-setup/#问题-1java-命令找不到
https://getiot.tech/java/java-environment-setup/#问题-2版本不匹配
https://getiot.tech/java/java-environment-setup/#问题-3ide-找不到-jdk
https://getiot.tech/java/java-environment-setup/#小结
上一页Java 发展历史https://getiot.tech/java/java-history/
下一页Java 程序的基本结构https://getiot.tech/java/java-program-structure/
JDK 安装与配置https://getiot.tech/java/java-environment-setup/#jdk-安装与配置
什么是 JDKhttps://getiot.tech/java/java-environment-setup/#什么是-jdk
选择 JDK 版本https://getiot.tech/java/java-environment-setup/#选择-jdk-版本
Windows 安装https://getiot.tech/java/java-environment-setup/#windows-安装
macOS 安装https://getiot.tech/java/java-environment-setup/#macos-安装
Linux 安装https://getiot.tech/java/java-environment-setup/#linux-安装
配置环境变量https://getiot.tech/java/java-environment-setup/#配置环境变量
Windows 配置https://getiot.tech/java/java-environment-setup/#windows-配置
macOS/Linux 配置https://getiot.tech/java/java-environment-setup/#macoslinux-配置
环境变量说明https://getiot.tech/java/java-environment-setup/#环境变量说明
常用 IDEhttps://getiot.tech/java/java-environment-setup/#常用-ide
IntelliJ IDEA(推荐)https://getiot.tech/java/java-environment-setup/#intellij-idea推荐
Eclipsehttps://getiot.tech/java/java-environment-setup/#eclipse
VS Codehttps://getiot.tech/java/java-environment-setup/#vs-code
选择建议https://getiot.tech/java/java-environment-setup/#选择建议
验证安装https://getiot.tech/java/java-environment-setup/#验证安装
检查 Java 版本https://getiot.tech/java/java-environment-setup/#检查-java-版本
检查编译器版本https://getiot.tech/java/java-environment-setup/#检查编译器版本
测试编译和运行https://getiot.tech/java/java-environment-setup/#测试编译和运行
常见问题https://getiot.tech/java/java-environment-setup/#常见问题
问题 1:java 命令找不到https://getiot.tech/java/java-environment-setup/#问题-1java-命令找不到
问题 2:版本不匹配https://getiot.tech/java/java-environment-setup/#问题-2版本不匹配
问题 3:IDE 找不到 JDKhttps://getiot.tech/java/java-environment-setup/#问题-3ide-找不到-jdk
小结https://getiot.tech/java/java-environment-setup/#小结
本站博客https://getiot.tech/blog/
学习路线https://getiot.tech/learning-path/
开源指北https://getiot.tech/opensource-guide
英文翻译https://getiot.tech/english/
工程师说https://getiot.tech/talk/
其他文章https://getiot.tech/article/
物联网周刊https://getiot.tech/weekly/
C函数参考手册https://getiot.tech/manual/linux-c-functions/
CSDNhttps://blog.csdn.net/lu_embedded
知乎https://www.zhihu.com/people/getiot
小红书https://www.xiaohongshu.com/user/profile/66876c87000000000d027557
哔哩哔哩https://space.bilibili.com/2048912013
即刻 Apphttps://okjk.co/sZcprw
GitHubhttps://github.com/getiot
RT-Thread 社区https://club.rt-thread.org
freeCodeCamphttps://www.freecodecamp.org/chinese/
程序媛计划https://www.cxy61.com/girl/decades-theme/index-image/index.html
HelloGitHubhttps://hellogithub.com
Hacker Newshttps://news.ycombinator.com
电子森林https://www.eetree.cn
硬创社https://x.jlc.com
关于我们https://getiot.tech/aboutus/
愿景使命https://getiot.tech/mission/
学习社群https://getiot.tech/study-community/
合作咨询https://getiot.tech/cooperation/
赞助项目https://getiot.tech/sponsor/
版权声明https://getiot.tech/copyright/
生命热线https://getiot.tech/lifeline/
粤ICP备17161527号-4https://beian.miit.gov.cn/

Viewport: width=device-width,initial-scale=1


URLs of crawlers that visited me.