简体   繁体   English

Dart编辑器找不到Java VM

[英]Dart editor can not locate java vm

I would like to check out Dart. 我想看看Dart。 Got the windows 7 & 8 zip. 得到了Windows 7和8的拉链。 Unziped it and fired up the editor. 解压缩并启动编辑器。 complained that it needed a java vm. 抱怨它需要一个Java虚拟机。 Downladed and installed it and set the reference in the ini.file to the Javaw.exe as instructed here : Downladed并安装它,并设置在ini.file到javaw.exe的参考的指示, 在这里

-data
@user.home\DartEditor
-vm 
    D:\\Program Files (x86)\\Java\\jre7\\bin\\javaw.exe
-vmargs
-d64
-Dosgi.requiredJavaVersion=1.6
-Dfile.encoding=UTF-8
-XX:MaxPermSize=128m
-Xms256m
-Xmx2000m

still no joy: 仍然没有喜悦:

信息

UPDATE went to 64 Bit java version: UPDATE转到64位Java版本: 在此处输入图片说明

I completely removed all java versions and obtained the latest version for windows 8.1, 我完全删除了所有Java版本,并获得了Windows 8.1的最新版本, 在此处输入图片说明
added the file location to path and voila. 将文件位置添加到path和voila。

If you have downloaded the 64bit DartEditor you need a 64bit JRE/JDK. 如果您下载了64位DartEditor,则需要一个64位JRE / JDK。

https://www.dartlang.org/tools/editor/troubleshoot.html https://www.dartlang.org/tools/editor/troubleshoot.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM