intellij maven项目未编译scala代码

在maven的build节点下,增加plugin节点:<plugin>     <groupId>org.scala-tools</groupId>     <artifactId>maven-scala-plugin</artifactId> &nbs...

Intellij中,java代码找不到scala的类

问题如题。可能是scala的代码未识别到,需要在工程目录下,右键scala文件夹,marked as sources root即可。

OpenJDK 1.8和Scala 2.11不兼容

OpenJDK 1.8和Scala 2.11不兼容Intellij自动下载的OpenJDK 1.8和Scala 2.11,但是编译Scala程序的时候出错:Error Compiling SBT component 'compiler-interface-2.9.2-52.0'重新下载JDK 1.8.0,在intellij中指定jdk版本,问题解决。

一些java开源库

JGraphT主页:http://jgrapht.org/ 描述:JGraphT is a free Java graph library that provides mathematical graph-theory objects and algorithms. JGraphT supports various types of graphs including:directed a...

在maven中引入HBase依赖包出错Missing artifact jdk.tools:jdk.tools:jar:1.7

在maven中引入如下依赖:<dependency>     <groupId>org.apache.hbase</groupId>     <artifactId>hbase-client</artifactId>    ...

eclipse导入其他电脑的workspace出错:Missing Maven dependencies in Eclipse project

类似的问题在stackoverflow中有提到:https://stackoverflow.com/questions/4262186/missing-maven-dependencies-in-eclipse-project 受此启发,我的解决步骤如下:1、右键项目->Maven->update projects2、将JRE调成合适的版本3、菜单栏project->clean,...