我目前正在使用 Eclipse:Kepler,并且刚刚通过 Help->Install New Software 安装了 Dart 插件。
下载顺利完成,我尝试创建我的第一个虚拟项目,看看它是否一切正常,类似于它在http://blog.dartwatch.com/2013/01/integrating-dart-into-eclipse中的显示方式-and-your.html
但是,我遇到了一些无法下载所需库的发布错误。有问题的错误看起来像这样
Got socket error trying to find package "browser" at https://pub.dartlang.org.
SocketException: Connection failed (OS Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
, errno = 10060), address = pub.dartlang.org, port = 443
也就是说,是否需要修改其他配置/ini 文件才能使其正常工作?我检查了我的系统和环境变量——似乎没有什么不合适的。我可以在 Eclipse 中使用内置浏览器,并通过 Eclipse Marketplace 下载其他包。