JAVA 学习中遇到的问题
2019-08-06 本文已影响0人
徐帆_a15b
1.eclipse不能选择Tomcat8.5及以上
问题原因:(1)eclipse版本过低;(2)没有装JST Server Adapters 插件
解决办法:(1)首先查看自己 eclipse 版本 Eclipse -> help -> About Eclipse IDE,版本过低则升级版本;
(2)安装JST Server Adapters 插件,Eclipse -> help -> Install New Software -> 在Work with中输入:Oxygen - http://download.eclipse.org/releases/oxygen,注意“Oxygen”是Eclipse版本类型,根据你的版本修改对应红色文字内容。-> Add ->在最后的Web,XML,Java EE and OSGi Enterprise Development 下选择 勾选 JST Server Adapters 和 JST Server Adapters Extentions,然后Next。
注意事项:
1)Install窗口,不要勾选Contact all update sites during install to find required software,否则下载速度会比较慢。