MyEclipse9.0安装不了An error occurred while locating installed JREs.

报错如图片显示
an unexpected issue has occurred while attempting to perform the requested operation.
An error occurred while locating installed JREs.

我搜索到安装时产生的MyEclipse-support-2011-04-01-14-59-23.zip文件,里面的oneinstall.log文件日志如下:
2011-4-1 14:59:20 com.genuitec.pulse.installer.machine.internal.SequenceMachineImpl runSequence
信息: Running module [pulse.welcome] from sequence [oneinstall.installer.standard]
2011-4-1 14:59:22 com.genuitec.pulse.installer.machine.internal.SequenceMachineImpl runSequence
信息: Module [pulse.welcome] finished; proceeding to next module
2011-4-1 14:59:22 com.genuitec.pulse.installer.machine.internal.SequenceMachineImpl runSequence
信息: Running module [pulse.initialize.installer] from sequence [oneinstall.installer.standard]
2011-4-1 14:59:23 com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob run
信息: Running up to [20] processors; total work [1,166]
2011-4-1 14:59:23 com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob run
信息: Running processor [pulse.check.another.install.running]; work [10] of [1,166]
2011-4-1 14:59:23 com.genuitec.pulse.installer.processor.offline.locks.CheckAnotherInstallLockProcessor runWithErrorHandling
信息: No other install running; able to proceed
2011-4-1 14:59:23 com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob run
信息: Running processor [pulse.check.available.system.jres]; work [4] of [1,156]
2011-4-1 14:59:23 com.genuitec.pulse.client.common.fileutil.LibraryLoader loadLibrary
信息: Preparing to load jregistrykey from bundle com.genuitec.pulse.client.common.shortcut
2011-4-1 14:59:23 com.genuitec.pulse.client.common.fileutil.LibraryLoader loadLibrary
信息: Located concrete library jregistrykey_3213 from bundle com.genuitec.pulse.client.common.shortcut for pattern jregistrykey*.dll
2011-4-1 14:59:23 com.genuitec.pulse.client.common.fileutil.LibraryLoader loadLibrary
信息: Loaded required library jregistrykey_3213 from bundle com.genuitec.pulse.client.common.shortcut
2011-4-1 14:59:23 com.genuitec.pulse.installer.processor.ProcessorWithFatalErrorHandling run
严重: A fatal error was reported from com.genuitec.pulse.installer.processor.offline.initialize.CheckAvailableSystemJREsProcessor@2016b0
ca.beq.util.win32.registry.Win32Exception: 系统找不到指定的文件。
at ca.beq.util.win32.registry.RegistryKey.getValue(Native Method)
at com.genuitec.pulse.client.common.shortcut.PlatformServices.searchForVMs(Unknown Source)
at com.genuitec.pulse.client.common.shortcut.PlatformServices.getAvailableSystemJREs(Unknown Source)
at com.genuitec.pulse.installer.processor.offline.initialize.CheckAvailableSystemJREsProcessor.runWithErrorHandling(Unknown Source)
at com.genuitec.pulse.installer.processor.ProcessorWithFatalErrorHandling.run(Unknown Source)
at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.runProgressWithCancelBlocking(Unknown Source)
at com.genuitec.pulse.installer.module.ui.progress.GenericProgressPage$GenericProgressJob.run(Unknown Source)

第1个回答  2011-04-11
我也出现了同样的错误,但我是在XP上可以装,在WIN7上不可以装...
第2个回答  2019-06-07
我试了好多版本都不可以怎么办啊???其他版本的安装也一直是这个问题,球球大神们指导一下
第3个回答  2011-04-02
先装JRE再装MyEclipse看看行不行追问

可是电脑上已经装了JDK1.6了,并且环境变量设置的都没有问题。我在公司XP电脑上装不行,在自己Win7笔记本上装却成功了。

追答

我装的也是WIN7~XP我就不知道了·

参考资料:http://blog.sina.com.cn/dericktang

参考资料:http://blog.sina.com.cn/dericktang

安装Myeclipse 9.0时弹出Could not find suitable binary in JRE fol...
是不是以前版本遗留配置的问题,你改一下eclipse的perference->installed jres->改下jdk路径应该就行了

MyEclipse 9.0 编辑js页面的时候 用Ctrl+v复制经常卡死一会,用鼠标右键...
更改MyEclipse所使用的jdk版本。默认情况下MyEclipse使用的是自带的jdk,但有时候我们不得不更换为其他版本(比如低版本的jdk),当然你首先要安装好你所要用的jdk,然后:1、window-->preferences-->java-->Installed JREs-->Add 增加你要用的jdk,1.5之前在生成类文件的时候会加入许多之前版本所不识别...

相似回答