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

moz4r

6 years 7 months ago

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>