How do I enable continuation with Scala 2.10 RC3 and IDEA 12 ?
Hi,
I can't enable continuation jar (maven's last one for 2.10, M6 I guess) with IDEA 12 & Scala 2.10 RC3.
In the Scala facets, I enabled continuations in the compiler's options and added the jar in the compiler's pluggin.
(just as I did with IDEA 11 & Scala 2.9 with no troubles at all)
The rebuilding is ok, I get an annoying "Exception in thread "main" java.lang.ClassNotFoundException" on my main class when I run the prog.
No trouble to compile and run Scala 2.10 programs without continuation plugin.
Anyone, a suggestion ?
G.
请先登录再写评论。
Please, try to use continuations.jar file that is bundled with the Scala itself (misc\scala-devel\plugins\continuations.jar).
I have just tried to use continuations with Scala 2.10 RC3 and everything seems to work fine.
Works great. Many thanks.
G.