dart-archive / eclipse3

DEPRECATED - NO LONGER maintained/supported - Eclipse plugins and Dart Editor
8 stars 6 forks source link

eclipse dart plugin crashes because it can't find dart #68

Open DartBot opened 9 years ago

DartBot commented 9 years ago

Issue by eukreign Originally opened as https://github.com/dart-lang/sdk/issues/23335


What steps will reproduce the problem?

  1. Fresh install of Eclipse (Luna SR1, Luna SR2, Mars, etc)
  2. Installing Dart Plugin
  3. After installation Eclipse will no longer start.

What is the expected output? What do you see instead?

Eclipse starts.

What version of the product are you using?

Eclipse Luna SR1, Luna SR2, Mars M6

On what operating system?

Ubuntu 14.04 LTS.

Please provide any additional information below.

Dart Plugin literally shuts down eclipse because it can't find dart:

https://code.google.com/p/dart/source/browse/branches/bleeding_edge/dart/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCore.java?spec=svn44187&r=44187#­485

You have to manually install 'dart-sdk' into the eclipse installation directory to get eclipse to start again, then everything is fine.

DartBot commented 9 years ago

Comment by lrhn


Added Area-Editor, Triaged labels.

DartBot commented 9 years ago

Comment by clayberg


Set owner to @keertip. Removed Priority-Unassigned label. Added Priority-Medium label.

DartBot commented 9 years ago

This comment was originally written by gsa...@gmail.com


can you symlink the dart-sdk folder if you installed dart from apt-get?