1 java se download
2 install JDK
3 setting path
JAVA_HOME
PATH
4 test
win+R
cmd
java -version
5 edit hello.java
edit ---- notepad
compile ----cmd ---- javac hello.java
run —java hello
6 install tomcat
7 config tomcat and start tomcat
server shutdown port
server http port 8080
tomcat administrator name and password
8 browse open the homepage of local tomcat
9 install Eclipse
download and unzip it
launch eclipse—windows—preference----setting
jre
tomcat
editor custom for code
auto tip for java code
本文详细介绍了如何下载并安装Java JDK,设置环境变量,包括JAVA_HOME和PATH,通过命令行验证Java安装。接着,文章指导读者使用文本编辑器创建和编译Java程序,并运行。随后,讲解了Tomcat的安装与配置过程,包括服务器端口设置、管理员账号配置,以及如何浏览本地Tomcat主页。最后,提到了Eclipse的安装与设置,包括JRE和Tomcat的配置。

被折叠的 条评论
为什么被折叠?



