部署到Godaddy托管服务器时,我遇到了同样的问题。它在我的本地计算机上运行良好,但在部署时却无法运行。我得到了完全相同的错误消息。问题是您使用比Tomcat正在使用的Java更新的Java版本编译了代码。
Install jdk1.5.0_22 (Or whatever your tomcat server is using)Probably need to restart your machineEclipse->Window->Preferences->Java->Installed JRES->AddStandard VM->NextBrowse to the directory of your jdkFinishClean the projectCompile the projectRedeploy and cross your fingers!
这对我有用,如果不对您有用........它应该起作用。祝好运
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)