不同eclipse版本的git库使用

Posted xihong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了不同eclipse版本的git库使用相关的知识,希望对你有一定的参考价值。

在eclipse 4.4.2 -win32版本下编译好后上传版本;

1、在eclipse 4.4.0 -win64 版本下,编译报 缺少 sevlet.http...库,解决方法  project - propertity - java build path  - libraries - add External JARs 

 选择 自己的eclipse目录plugins 选择 javax.servlet.jsp_.... 和javax.servlet_2.5... 两个Jar包;

2、报缺少 javax.websocket cannot bi resolved  .... 

   因为本地没安装tombat , 下载apache-tomcat-.7 并解压,配置本地server,即解决此问题;

   其他为警告错误 。

以上是关于不同eclipse版本的git库使用的主要内容,如果未能解决你的问题,请参考以下文章