JuliaEditorSupport / JuliaDT

Julia Development Toolkit for Eclipse
Other
28 stars 7 forks source link

Marketplace Installation problem on recent Eclipse CDT and PTP #38

Open williamfgc opened 4 years ago

williamfgc commented 4 years ago

Fresh installation of Eclipse PTP 4.15 . Same error with Eclipse CDT from Dec 2019.

Cannot complete the install because one or more required items could not be found.
  Software being installed: Julia Development Tools 0.0.3.201610160853 (com.juliacomputing.jldt.eclipse.feature.group 0.0.3.201610160853)
  Missing requirement: Julia Development Tools 0.0.3.201610160853 (com.juliacomputing.jldt.eclipse.feature.group 0.0.3.201610160853) requires 'org.eclipse.equinox.p2.iu; org.eclipse.dltk.core.feature.group [5.1.0,6.0.0)' but it could not be found

Any help would be appreciated as I'd like to start trying Julia on Eclipse.

williamfgc commented 4 years ago

I found a workaround: install DLTK nightly , restart Eclipse and try to install JuliaDT, it will remove the nightly version and install the matching dependency

jarrah42 commented 4 years ago

This didn't work for me using CDT 2020-06. The only way I could get it installed was to install DLTK 5.9 followed by JuliaDT.

williamfgc commented 4 years ago

@jarrah42 I can confirm your method worked with CDT 2020-06, thanks!