I am trying to install the Scala in Eclipse Galileo 3.5, but I got the following error:

Error Message:

 Cannot complete the install because one or 
more required items could not be found. Software being installed:
JDT    Weaving for Scala 2.0.0.beta08-29-201107121555-7d78460   
(org.scala-ide.sdt.weaving.feature.feature.group
   2.0.0.beta08-29-201107121555-7d78460) Missing requirement: JDT Weaving 2.1.3.e36x-20110622-1300   
(org.eclipse.contribution.weaving.jdt 2.1.3.e36x-20110622-1300)   
requires 'bundle org.eclipse.jdt.launching 3.5.100' but it could not
be found Cannot satisfy dependency: From: JDT Weaving for Scala
   2.0.0.beta08-29-201107121555-7d78460 (org.scala-ide.sdt.weaving.feature.feature.group

link|improve this question

0% accept rate
feedback

1 Answer

Scala IDE 2.0 only works with Eclipse 3.6 and 3.7. If you want to use Eclipse 3.5 you have to go with an older version, 1.0.

From the web page:

Current build is Scala IDE 2.0.0-beta8 with Scala 2.9.0.1 for Eclipse 3.6 and 3.7 (Helios and Indigo).

For Eclipse 3.5 (Galileo) and Scala 2.8.1.final support use the Scala IDE 1.0.0-milestones update site.

link|improve this answer
1  
Thank you Sir ...its very useful information – pkol Jul 13 '11 at 7:10
Which version of eclipse is suitable for scala and groovy? – pkol Jul 13 '11 at 9:46
@niva: I recommend 3.6 or 3.7 for Scala. I don't know about Groovy. – Jonas Jul 13 '11 at 9:50
ok Sir Thank You – pkol Jul 13 '11 at 10:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.