Re: java home configuration in maven

2019-01-22 Thread Emilian Bold
In Project Properties | Build | Compile you can configure the 'Java Platform' for the project. I see that switching to Java 8 makes the compilation work for me: cd /Users/apache/CoolBeansProjects/deleletmeee; JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_181.jdk/Contents/Home "/Users/apache

Re: java home configuration in maven

2019-01-22 Thread Geertjan Wielenga
> > - NetBeans 10 "requires" (prefers) Java 11 > No, it does not. It runs on JDK 8 or above, to the current JDK, which is JDK 11. Gj On Tue, Jan 22, 2019 at 11:35 AM wrote: > Hi, I have a problem with the java home configuration when I work with > Netbeans 10 (but I guess that also other versi

java home configuration in maven

2019-01-22 Thread giutino
Hi, I have a problem with the java home configuration when I work with Netbeans 10 (but I guess that also other versions are affected). - In my company we still use JDK 8 so I configured the JAVA_HOME system variable to point to the JDK 8 folder. This configuration seems correct, I can see from