Re:using older jdk with NB12

2020-08-19 Thread Albert Flex
You could set another Java TM for NetBeans to develop. You should set The Java TM on Tools>Java Platform,and add the platform you need( you must install jdk8 on your machine),then you could select the Compile JDK for your project in Project Right Click >Build>Compile,Select JDK your want on the

Re:using older jdk with NB12

2020-08-19 Thread Albert Flex
You could set another Java TM for NetBeans to develop. You should set The Java TM on Tools>Java Platform,and add the platform you need( you must install jdk8 on your machine),then you could select the Compile JDK for your project in Project Right Click >Build>Compile,Select JDK your want on the

using older jdk with NB12

2020-08-19 Thread Greenberg, Gary
To run NB12 I installed OpenJDK14 on my machine and it was working OK for a while. It never finds any dependencies in the Maven repository, so I always have to add them to the pom.xml manually. I can live with it, although it is a nuisance. Couple days ago I got a to support project, that was cr