Dart-eclipse plugin after installing the dart plugin

I am using a new installation of Eclipse Luna SR2. I am installing a dart-eclipse update from https://storage.googleapis.com/dart-archive/channels/dev/release/latest/editor-eclipse-update/ . Installed version 1.10.0-dev.1.9 (rev 45311). However, after restarting eclipse after prompting you to install to restart, the Luna logo appears briefly and then fails (no longer appears). No console exit or anything.

The metadata of the old eclipse has been removed from the installation folder.

Thanks for any help

+4
source share
3 answers

dart dart-sdk eclipse.

dart eclipse ~/bin, :

$ cd ~/bin/eclipse
$ ln -s ../dart/dart-sdk/

./eclipse.

: -: https://code.google.com/p/dart/issues/detail?id=23335

+3

: dart-sdk Eclipse. , , , .

+1
  • dart, .
  • dart-sdk.
  • eclipse. ( eclipse.exe)

: Eclipse, Eclipse. - > "MyJavaProjects" \. Metadata \.log.txt

+1
source

Source: https://habr.com/ru/post/1584081/


All Articles