Scala Power Pack
Hi all,
I've decided to give Scala another try, and I was keen to use the Scala Power Pack to automatically convert a few Java classes. However when I start IntelliJ after installing it, it gives an error saying: "Plugin Scala Power Pack failed to initialize: scala/collection/VectorLike". Is there any way to fix this?
Cheers,
Colin
Please sign in to leave a comment.
You really need to give version information, at least for IDEA, the Scala and Power Pack plug-ins.
Scala Power Pack requires either or both of (memory fails) Scala 2.8 and IDEA 9. The "VectorLike" in your report is a give-away that something wants Scala 2.8 but is running with 2.7 libraries.
Randall Schulz
Sorry, you're right, that was a terrible problem report. This is with IU-92.24 and Scala plugin 0.3.200. For my projects I've been selecting Scala 2.7.6 because I'd like things to be somewhat stable, but the problem with the Power Pack plugin is that it fails at IDE start, before I've had a chance to select a Scala version. Is there a way I can get the plugin to use 2.8 while using 2.7.x for my projects?
Thanks,
Colin
FWIW I get exactly the same error when I try using Maia 92.24 with Scala PowerPack 0.1.2; the error is on startup so there's no obvious way to switch the Scala version used.
It seems others get this too:
http://plugins.intellij.net/plugin/?&id=4485