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> Getting Started Log in or register to post comments
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>
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>