用myeclipse开发websocket


http://blog.sina.com.cn/s/blog_5f2fecd9010117wv.html

用myeclipse开发websocket
下载 jetty7.6  http://dist.codehaus.org/jetty/jetty-hightide-7.6.0/jetty-hightide-7.6.0.v20120127.zip
在myeclipse中配置jetty
新建web 工程,把jetty7.6下的lib中的、jetty-websocket-7.6.0.v20120127.jar,jetty-util-7.6.0.v20120127.jar copy到工程的lib目录下,少了jetty-util-7.6.0.v20120127.jar程序中会出现如下错误:
org.eclipse.jetty.util.component.AbstractLifeCycle cannot 。。。。

当在myeclipse中部署时,启动jetty,会报错:java.lang.ClassNotFoundException: org.eclipse.jetty.plus.webapp.Configuration
这时,把工程把成war包,放到jetty7下面,再在myeclipse中启动jetty就可以,此时要记得myeclipse的jetty下面没部署工程

注意先要导入war包之后,启动,此时不要部署项目

这个帖子的代码能完全跑起来
http://redstarofsleep.iteye.com/blog/1307608

你可能感兴趣的:(用myeclipse开发websocket)