myeclipse启动报错 no java virtual machine。。。
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了myeclipse启动报错 no java virtual machine。。。相关的知识,希望对你有一定的参考价值。
must be available in order to run Eclipse. No Java virtual machine
was found after searching the following locations:
jvm.dll"
原因可能是因为myeclipse是从别的电脑上拷贝过来的,配置文件里面的路径跟本地路径比匹配导致的。尝试修改myeclipse.ini文件解决该问题:
#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.i18n.win32.win32.x86_3.2.0.v201102231800
-install
D:\MyEclipse 9.0\MyEclipse 9
-vm
D:\MyEclipse 9.0\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\jre\bin\client\jvm.dll
-configuration
D:\MyEclipse 9.0\MyEclipse 9\configuration
-vmargs
-Xmx512m
-XX:MaxPermSize=256m
-XX:ReservedCodeCacheSize=64m
-Dgenuitec.honorDevMode=true
-Dosgi.dev=true
将配置文件中上述标红的路径部分替换成本地实际路径,重启myeclipse即可。
以上是关于myeclipse启动报错 no java virtual machine。。。的主要内容,如果未能解决你的问题,请参考以下文章
myeclipse 修改项目名Tomcat启动项目报错java.lang.IllegalArgumentException: Can't convert argument: null(示例代码
我在用myeclipse运行一个web程序是报错:there are no configured servers that support the application
MyEclipse配置tomcat报错 - java.lang.UnsupportedClassVersionError: org/apache/lucene/store/Directory : Un