myEclipse A full JDK must be specified

myeclips配置tomcat 6.0时出现这样一个问题 “a full jdk must be specified”,我试着在window/Preferences/Myeclipse->Applecation Server->Tomcat5->JDK 添加一个JVM,点OK时出现一个警告,其中有一句

“if the selected jre is actually the part of a full JDK, please update its configuration to point to the JDK installation root directory, not to its included jre subdirectory“

意思可能是
“如是所选JRE是JDK的一部分,请更新配置使其指向JDK安装根路径,而不是其中的JRE子目录”

按照这一提示,我到window/Preferences/java->installed jres将JRE路径指向JDK路径,问题解决!

你可能感兴趣的:(jvm,jdk,tomcat,MyEclipse)