Re: When will 12.0 be released?

2020-05-20 Thread Thufir
at one time this list was on gmane, but when everything changed over to apache that link was removed from the Netbeans website. No idea how to put the link back, the general response is "well, apache is community driven..." -Thufir On 2020-05-18 12:23 p.m., Emilian Bold wrote:

Re:

2020-05-20 Thread Thufir
and JDK's which is why sdkman exists. Hope that helps, Thufir On 2020-05-19 11:05 p.m., Chris Olsen wrote: Brain Rebooting -- Advice from a fellow "Just a Learner": Grab the book, "Learn JavaX 8" by Kishori Sharan. It has been my bible for many years and i

Re: set sources for a project to jdk 14

2020-05-17 Thread Thufir
Hi, pardon, yes, Netbeans 11.3, the other was a typo. I downloaded NB daily build, so that in "compile" for a projects properties it shows JDK 14.  but, it still shows 11 in "sources" even though I'm using jdk 14 per: thufir@dur:~$ thufir@dur:~$ java -versio

set sources for a project to jdk 14

2020-05-17 Thread Thufir
sources to 14? thanks, Thufir - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org For additional commands, e-mail: users-h...@netbeans.apache.org For further information about the NetBeans mailing lists, vi

import a project which uses the Gradle Kotlin DSL

2019-10-06 Thread thufir
How can I get Netbeans to recognize this project? thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ mkdir foo thufir@dur:~/NetBeansProjects$ thufir@dur:~/NetBeansProjects$ cd foo thufir@dur:~/NetBeansProjects/foo$ thufir@dur:~/NetBeansProjects/foo$ gradle init --type java-application