博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Eclipse add Tomcat 7 blank server name 【无法输入server name】
阅读量:4681 次
发布时间:2019-06-09

本文共 564 字,大约阅读时间需要 1 分钟。

What I did before is I deleted a Tomcat 7 server from Eclipse and I was trying to reinstall Tomcat 7. But it doesn't allow me to type anything in that textbox and I cannot proceed to the "Next" button. My environment is Ubuntu Linux and Eclipse for JavaEE.

Here is the workaround that worked for me:
Close Eclipse
In {workspace-directory}/.metadata/.plugins/org.eclipse.core.runtime/.settingsdelete the following two files:
org.eclipse.wst.server.core.prefs
org.eclipse.jst.server.tomcat.core.prefs
Restart Eclipse

转载于:https://www.cnblogs.com/lishix/p/4210526.html

你可能感兴趣的文章
codeforces 1148E- Earth Wind and Fire
查看>>
fastjson转换json时,碰到的那些首字母大小写转换的坑!(转)
查看>>
Python3.6+pyinstaller+Django
查看>>
PowerDesigner使用教程
查看>>
ORACLE安装入门篇OEL5.4安装ORACLE11g
查看>>
聚类算法学习笔记(一)——基础
查看>>
Node.js 调用 restful webservice
查看>>
DirectX11--HR宏关于dxerr库的替代方案
查看>>
NOI 2005 瑰丽华尔兹(三维DP + 单调队列优化)
查看>>
【并查集模板】 【洛谷P2978】 【USACO10JAN】下午茶时间
查看>>
POJ3664
查看>>
一句话介绍python线程、进程和协程
查看>>
App的登录注册相关接口
查看>>
ubuntu普通用户使用wireshark的权限问题
查看>>
Spring4(6)——对DAO(JDBC)的支持(JdbcDaoSupport)
查看>>
Python学习笔记(3)for循环和while循环
查看>>
C#整理——深浅度复制
查看>>
服务器部署docker lnmp环境
查看>>
leetcode -day28 Unique Binary Search Trees I II
查看>>
Android 绑定类型服务---绑定服务
查看>>