当前位置:   article > 正文

黑猴子的家:Eclipse 创建 JavaWeb 项目

eclpise创建不了javaweb项目 finish黑色
1、File -> New -> Other
2、Dynamic Web Project -> Next
3、Finish
4、修改tomcat
5、创建index.jsp
1)WebContent -> New -> Other
2)JSP File -> Next
3)index.jsp -> Finish
4)index.jsp
  1. <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title>Insert title here</title>
  7. </head>
  8. <body>
  9. <h2>Hello World</h2>
  10. </body>
  11. </html>
6、Run As -> Run on Server
7、Tomcat -> Finish
8、启动成功
9、浏览器访问
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/150432
推荐阅读
相关标签
  

闽ICP备14008679号