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:
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
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
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
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