java.lang.Error: Unresolved compilation problems
详细报错:The import javax.websocket cannot be resolved
ServerEndpoint cannot be resolved to a type
The attribute value is undefined for the annotation type ServerEndpoint
原因:tomcat没有选中,myeclipse自带tomcat启动项目会报错
解决办法:如下图
相关文章: