摘要:
1.首先新建一个文件夹用来存放学习的java代码 要注意文件后缀名为.java 2.编写代码: 点击查看代码 public class hello{ public static void main(String[] args){ System.out.print("hello world"); } 阅读全文
摘要:
首先在官网地址:https://www.oracle.com/cn/java/technologies/downloads/#jdk17-windows 找到下载 然后一路确定即可: 要记住安装JKD的路径 *配置系统环境变量:JAVA_HOME:.... 配置Path变量,bin和jre 测试一下 阅读全文