latest 1.1.401 | nixie project | matrix
Hi ! I'm on a new configuration and cannot get develop branch worky inside eclipse. This worky on an other computer ..
Maybe I missed something, what I done :
- install eclispe from scratch
- Clone develop branch
- Import maven
edit, worky by set java_home
edit, worky by
set java_home inside os + added to pom.xml
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.8.0_162</version>
<scope>system</scope>
<systemPath>${JAVA_HOME}/lib/tools.jar</systemPath>
</dependency>