- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Problem of istalling Scala IDE in Spring SourceTool Suite
Fri, 2011-12-30, 19:44
I am starting to learn Scala. I have the latest version of Spring
Source Tool Suite ( 2.8.1.RELEASE). When I try to add Scala IDE
through "Install New Software", I am getting
Software currently installed: Shared profile 1.0.0.1322796883104
(SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104)
Missing requirement: Shared profile 1.0.0.1322796883104
(SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104) requires
'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be
found
The message appears to indicate missing maven ide. But I thought
maven is already an integrated part in Spring Source Tool Suite. Does
anyone try to install Scala IDE in Spring SourceTool Suite
successfully? Or do you think I should just use plain Eclipse, rather
than Spring SourceTool Suite?
Thanks.
Sat, 2011-12-31, 11:31
#2
Re: Problem of istalling Scala IDE in Spring SourceTool Suite
Hi Kevin
On Fri, Dec 30, 2011 at 19:44, Kevin wrote:
> Or do you think I should just use plain Eclipse, rather
> than Spring SourceTool Suite?
Let me guess, are you using Windows and you "installed" Eclipse
somewhere in the system where your user doesn't have full permissions?
In that case, you need to run Eclipse with Administrator permissions
to install new plug-ins.
Hope this helps,
Mirko
Sat, 2011-12-31, 11:51
#3
Re: Problem of istalling Scala IDE in Spring SourceTool Suite
Plugins for eclipse can be tricky. It seems you have a problem with
the dependencies.
Try the other way round. Download a new plain eclipse then install
scala IDE, it should download the other plugins with the required
versions.
Then try to install STS. If it fails because it requires different
versions of the same plugins you can try with an earlier version.
On Dec 30, 7:44 pm, Kevin wrote:
> I am starting to learn Scala. I have the latest version of Spring
> Source Tool Suite ( 2.8.1.RELEASE). When I try to add Scala IDE
> through "Install New Software", I am getting
>
> Software currently installed: Shared profile 1.0.0.1322796883104
> (SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104)
> Missing requirement: Shared profile 1.0.0.1322796883104
> (SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104) requires
> 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be
> found
>
> The message appears to indicate missing maven ide. But I thought
> maven is already an integrated part in Spring Source Tool Suite. Does
> anyone try to install Scala IDE in Spring SourceTool Suite
> successfully? Or do you think I should just use plain Eclipse, rather
> than Spring SourceTool Suite?
>
> Thanks.
If you have the freedom to choose your own IDE, then doing so is sort
of like choosing an ice cream flavor. You have to find what works for
you.
Many people swear by Eclipse but I find it maddening and difficult.
Others hate JetBrains IDEA but I find it almost as easy to use as
breathing.
Your mileage may vary. Try the different options and decide for yourself.
Donald
On Fri, Dec 30, 2011 at 1:44 PM, Kevin wrote:
> I am starting to learn Scala. I have the latest version of Spring
> Source Tool Suite ( 2.8.1.RELEASE). When I try to add Scala IDE
> through "Install New Software", I am getting
>
> Software currently installed: Shared profile 1.0.0.1322796883104
> (SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104)
> Missing requirement: Shared profile 1.0.0.1322796883104
> (SharedProfile_com.springsource.sts.ide 1.0.0.1322796883104) requires
> 'org.maven.ide.eclipse [1.0.100.20110804-1717]' but it could not be
> found
>
> The message appears to indicate missing maven ide. But I thought
> maven is already an integrated part in Spring Source Tool Suite. Does
> anyone try to install Scala IDE in Spring SourceTool Suite
> successfully? Or do you think I should just use plain Eclipse, rather
> than Spring SourceTool Suite?