dart-eclipse plugin crashing after installing dart plugin -
i using new installation of eclipse luna sr2. install dart-eclipes update site https://storage.googleapis.com/dart-archive/channels/dev/release/latest/editor-eclipse-update/. version 1.10.0-dev.1.9 (rev 45311) installed. however, after restarting eclipse after installation prompt restart, luna logo visible short while , crashes (is no longer visible). there no console output or anything.
old eclipse metadata have been removed installation folder.
thanks help
the dart plugin checks 'dart-sdk' directory in eclipse installation directory.
if have dart
, eclipse
unzipped in home ~/bin
, should trick:
$ cd ~/bin/eclipse $ ln -s ../dart/dart-sdk/
now should able start ./eclipse
.
update: have submitted issue dart bug tracker: https://code.google.com/p/dart/issues/detail?id=23335
Comments
Post a Comment