The DartEditor executable launcher was unable to locate its companion shared library.

下载安装dart editor 后,要求安装jdk6,感觉很low, 安装后运行,发现出错:
The DartEditor executable launcher was unable to locate its
companion shared library.
经过搜索估计是缺少eclipse ide, DartEditor是基于eclipse 的,很古老的东西,忘了它吧,
解决办法:
要么你装eclipse,要么删除dart editor 。
现在功能强大的各种IDE多了去,这个dart editor ,从1.11版本开始,Dart SDK不再集成Dart Editor,Dart项目组都不维护的东西。
建议使用vscode.

原文地址:https://www.cnblogs.com/dreamfine/p/9815689.html