Re: Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-12 Thread Korney Czukowski
Chris, thank you for your reply! I think I may be on to something. I've checked the project properties of the NetBeans Build System and in Java Sources Classpath it had "JDK 12 (Default)" selected for Java Platform. I changed it to JDK 1.8 and the build worked! However doing so has changed n

Re: Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-12 Thread Luff,Chris
If you have the project open in NetBeans, right click on the root of the project, go to Properties and in the tree ensure you have the correct JDK in the Compile leaf and that the Sources match at least 1.7 but go for 1.8. You should be able to build 11.x on anything >=8 but I would try just 8 w

Difference between building NetBeans from CLI and from NetBeans itself?

2019-08-11 Thread Korney Czukowski
Hi all, I'm new here, and also to Java development, so please bear with me if I ask any stupid question :) Currently I'm looking around NetBeans ecosystem, trying to figure it out, in hope to implement a few improvements to help me in my work, and if successful, also to contribute these to the