java - Does Eclipse works on El Capitan? -


official launch today. need use eclipse classes, , have seen in beta 3 update "broke" eclipse.

can confirm me if eclipse running fine on el capitan?

it's xcode. if try command line yield:

$ git status xcrun: error: invalid active developer path (/library/developer/commandlinetools), missing xcrun at: /library/developer/commandlinetools/usr/bin/xcrun

so go looking around , end @ needing fix link command line tools:

$ sudo xcode-select -switch /applications/xcode.app/contents/developer 

which yields

xcode-select: error: invalid developer directory '/applications/xcode.app/contents/developer'

and go , reinstall xcode. ugh.


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -