
异常
Yapii
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Could not find the main class: org.apache.catalina.startup.Boostrap. Program will exit.
今天在一台新的服务器上,用MyEclipse 10.7连接Tomcat 6,但是当使用MyEclipse启动Tomcat时,会弹出下面的窗口错误消息,"Could not find the main class: org.apache.catalina.startup.Boostrap. Program will exit."经过搜索以后发现,主要原因可能就是MyEclipse和Tomcat的原创 2015-05-29 22:14:48 · 1875 阅读 · 0 评论 -
Tomcat启动但不能打开http://localhost:8080安装测试页面
我采用将tomcat从c盘重新布置在d盘。因为布置在c盘可能需要管理员权限等问题。原创 2017-01-16 11:01:53 · 3251 阅读 · 0 评论 -
eclipse如何消除error pages的错误
https://zhidao.baidu.com/question/1988521414588961107.html解决方案有三种:1、导入项目之前,请确认工作空间编码已设置为utf-8 window->Preferences->General->Wrokspace->Text file encoding->Other 选择UTF-82、导入后,由于开发环境中JRE以转载 2017-10-29 21:14:39 · 2777 阅读 · 1 评论 -
eclipse 遇到8080端口被占用的情况
dos窗口中输入如下命令netstat -ano|findstr 8080 然后看到0.0.0.0:8080那一行最后又一个数字,我们称之为pid。然后再在dos输入taskkill /pid 6856 /f 就可以了。6856 为我本机显示的pid原创 2017-11-27 21:51:38 · 743 阅读 · 0 评论 -
eclipse导入项目package显示错误
https://jingyan.baidu.com/article/a24b33cd0ca3c319fe002baf.html总结起来就是右键-properties-java build path -libraries->remove(显示红叉的)->add Library -JRE ...原创 2018-05-08 15:26:20 · 15968 阅读 · 0 评论