1、【安装与配置】
【体会】如果你确实已经配置好了,但在doc下java命令没有,请重启你的电脑
【破解】
破解的时候看仔细人家软件下面的提示信息。不要乱找东西
2、【tomcat】
【问题】tomcat没有找到jre
[The JRE could not be found. Edit the server and change the JRE location.]
【问题】Could not load the Tomcat server configuration at \Servers2\Tomcat v6.0 Server at localhost (2)-config. The Servers2 project is closed.
tomcat的使用需要建立servers包,如果找不到包的话,是无法启动的。
3【问题】在myeclipse中选择jdk版本
4、【问题】
An internal error occurred during: "Launching MVC on Tomcat 6.x".
java.lang.NullPointerException
【解决】如果出现了上述的错误按照如下的3个步骤解决:
1、首先关闭MyEclipse工作空间。
2、然后删除工作空间下的
“/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.genuitec.eclipse.ast.deploy.core.prefs”
这个文件。在这个文件中存储了一些部署项目的信息。删了这个部署的项目的信息就没有错误了。
3、重启启动MyEclipse即可解决了。