Where to get tools.jar for Java 8 JDK early release? Without it, my Java 1.8 Maven pom based projects in Netbeans will not compile.
The Java 8 early release is set in
The solution is to update the eclpise.ini, If no JDK is used for Eclipse, change it:
-vmargs
-vmargs
, add two lines:-vm
C:\Program Files\Java\jdk1.6.0_31\bin\javaw.exe
on Windows)*Solution also documented here