Follow the guide in this page:

http://blog.csdn.net/topwqp/article/details/8882965

problem met :

  • Description Resource Path Location TypeThe superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path index.jsp /Sample_Struts/src/main/webapp line 1 JSP Problem

Solution: right click the project->Properties->Targeted Runtimes-> Select the TOMCAT and click the Ok Button

  • Missing src/main/java source folder:

Solution: Right click the project->Properties->Java Build Path-> Source Tab  click the red error mssing entry like  Projectname/src/main/java (missing)

Click the "Add Folder'  Check the "src" checkbox .

  • ClassNotFound error for lib folder not contain the libraries.

Solution: right click the project ->properties->Deployment Assembly-> Add the maven folder for project (Click Add button ->Java Build Path Entries->Next->Maven Dependencies

最新文章

  1. 常用的Firefox浏览器插件、Chrome浏览器插件收藏
  2. 设置Beyond Compare 为 Git 默认的比较工具
  3. Eclipse设置、调优、使用(转自)
  4. python——常用功能之文本处理
  5. HDU 5040 Instrusive(BFS+优先队列)
  6. 龙杰ACR122S NFC读卡器
  7. C语言初学 比较五个整数并输出最大值和最小值1
  8. uva540 Team Queue by sixleaves
  9. Linux解析内核源代码——传输控制块诞生
  10. TimeUnit枚举类
  11. SQL Server-索引故事的遥远由来,原来是这样的?(二十八)
  12. [转帖] “王者对战”之 MySQL 8 vs PostgreSQL 10
  13. 自学Linux Shell3.5-目录处理命令mkdir rmdir
  14. 实验四 Android程序设计
  15. 2013337朱荟潼 Linux&深入理解计算机系统第七章读书笔记——链接
  16. webbrowser取页面验证码
  17. 九九乘法表的python复习
  18. 设置Loadrunner负载机临时文件目录
  19. java IntelliJ IDEA 13 注册码 IDEA序列号 License Key
  20. poj 1659 Frogs' Neighborhood( 青蛙的邻居)

热门文章

  1. 安装数据库出现错误vc_red.msi找不到
  2. css页面点击文字出现蓝色底色去掉方法
  3. (必看)ping值不代表网速
  4. javascript 对象属性的get set访问器写法
  5. Java 第四章 选择结构2
  6. Java并发(8):CountDownLatch、CyclicBarrier、Semaphore、Callable、Future
  7. SQL优化笔记—CPU优化
  8. I Hate It(hdu1754)(线段树区间最大值)
  9. php数据库常用函数
  10. 【Python自动化运维之路Day4】