简体   繁体   中英

IntelliJ IDEA 13 community edition with Scala

I have IntelliJIDEA 13 installed on my windows 8 OS and would like to use it to develop Scala applications. However, I am unable to configure it. I have Scala version 2.10.3 installed and IntelliJ IDEA 13.0.1. I also have Java version 7 update 45.

I installed the scala plugin for IntelliJ, but whenever I start the application and try to make a new Scala module project I get the following window with an error "not valid scala home":

http://i.imgur.com/HFXYvZJ.png?1

It looks like you're pointing to the bin directory, which contains the tools but not the library and other files. Remove the "\\bin" segment so that it's pointing to the actual Scala root directory and it should work.

JAVA_HOME ,您希望指向父目录而不是内部的bin文件夹。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM