初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。

时间:2024-04-12 17:02:40

初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
第一步
下载好jdk tomcat myeclipse,配置好环境变量
第二步导入tomcat
打开myeclipse,在页面的上方找到Window选项点击打开,然后点击最下面的那个preferences,然后找到server并把它展开,然后找到Runtime Environments
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
点击 Runtime Environments,进去以后点击add,选择tomcat9.0,这个是根据自己的情况来定
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
然后进行下一步,选择安装的路径导入,最后点击finish完成。
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。

第三步创建项目
1.新建一个web文件
File–>New–>Web Project,填写项目名称
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
建好的文件
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
2.建立jsp文件
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
3.在文件的body区域输入hello world,然后点击run,即可。
4.结果:
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。
初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。

初学者使用myeclipse编写“hello world” ,实现一个简单的web程序。