比如说使用tomcat 这是因为你之前创建过一次,比如说tomcat6,你指定的目录是:D:/tomcat-6.0.3 后来因为某种原因你把tomcat删了,然后你又安装到了E:/tomcat-6.0.3 这样你在使用eclipse创建tomcat6的时候,eclipse还是以“D:/tomcat-6.0.3”去查找tomcat,但是查不到.所以就报错了.有两大症状: 1.提示“Cannot create a server using the selected type” 2.Server na
0.首先确认正确安装了STS插件 要在eclipse使用spring boot创建项目,必须先安装STS(Spring Tool Suite (STS) for Eclipse),如果网速给力的话可以选择在线安装,否则建议选择离线安装. a.在线安装(推荐) Help -> Eclipse Marketplace Search或选择“Popular”标签,选择Spring Tool Suite (STS) for Eclipse插件,安装: b. 离线安装 (1)先下载STS插件,下载地址为:h
在使用Eclipse + Jboss插件时,如果有时写配置文件写错,在重新启动发布JBoss时,会出现: 14:43:49,317 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 8160ms - Started 136 of 211 services (74 services are passive or on-demand) 到这里