Re: Missing nb-javac plugin in NetBeans IDE 21

2024-04-26 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:51, Neil C Smith wrote: > > On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > > nb-javac is included in NetBeans since NB13, so you should not see > > this dialog unless you've deliberately disabled this support and run > > on an older JDK. > > > > This I assumed too, so

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-02 Thread Michael Bien
On 01.03.24 17:42, Ulf Zibis wrote: Am 01.03.24 um 15:24 schrieb Michael Bien:   - The "force plugin install into shared directories" is not a good idea Why is it provided? For historic reasons and to solve some edge cases. I vaguely remember using this option for a native lib wrapper

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-02 Thread Arbol One
Yes! Thank you, it is working perfectly now. On 2024-03-01 9:25 a.m., Neil C Smith wrote: On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: In the meantime I solved the problem still using JDK 18 as follows. - deleted user config data and reinstalled NetBeans ... - Restart. All is fine !!!

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Ulf Zibis
Am 01.03.24 um 15:24 schrieb Michael Bien: NetBeans ships with nb-javac preinstalled as regular module, if you don't change anything it should just work. Start NB, open/create a project and the right modules will activate. You want to say, that I do not have to activate "Java SE" plugin

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Ulf Zibis
Am 01.03.24 um 15:24 schrieb Michael Bien: there are several red flags here which might cause you problems in future:  - Don't start NB with root rights. Subsequent starts will likely not be able to write to cache/log folders. I used `sudo -H` to avoid this.   - The "force plugin install

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Ulf Zibis
Am 01.03.24 um 15:51 schrieb Neil C Smith: You can replicate running with a clean userdir by running netbeans --userdir /tmp/testuserdir1 Thanks for the hint. Sorry, should have been clearer - I meant NetBeans packaging. Between ASF and community options there's zip, deb (x2), appimage and

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 14:44, Ulf Zibis wrote: > nb-javac is included in NetBeans since NB13, so you should not see > this dialog unless you've deliberately disabled this support and run > on an older JDK. > > This I assumed too, so I'm wondering about my ecperience. So am I! If you can find

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Ulf Zibis
Am 01.03.24 um 15:25 schrieb Neil C Smith: The above two steps might have been what fixed it. Have you been using NetBeans for a while and copying forward configuration and plugins? No, I didn't import old configuration and I deleted ~/.cache/netbeans and ~/.netbeans/21 nb-javac is

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Michael Bien
On 01.03.24 14:43, Ulf Zibis wrote: Am 29.02.24 um 22:12 schrieb Geertjan Wielenga: The Apache NetBeans 21 binary releases require JDK 11+, and officially supports running on JDK 11, 17 and 21. Thanks for the info. In the meantime I solved the problem still using JDK 18 as follows. -

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Neil C Smith
On Fri, 1 Mar 2024 at 13:43, Ulf Zibis wrote: > In the meantime I solved the problem still using JDK 18 as follows. > > - deleted user config data and reinstalled NetBeans ... > - Restart. All is fine !!! > > Don't know, if that is a good workaround. The above two steps might have been what

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-03-01 Thread Ulf Zibis
Am 29.02.24 um 22:12 schrieb Geertjan Wielenga: The Apache NetBeans 21 binary releases require JDK 11+, and officially supports running on JDK 11, 17 and 21. Thanks for the info. In the meantime I solved the problem still using JDK 18 as follows. - deleted user config data and reinstalled

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-02-29 Thread Geertjan Wielenga
The Apache NetBeans 21 binary releases require JDK 11+, and officially supports running on JDK 11, 17 and 21. On Thu, 29 Feb 2024 at 16:05, Ulf Zibis wrote: > > Am 29.02.24 um 21:51 schrieb Ulf Zibis: > > Hi, > > when I start the IDE, I get this message: > > Oups, after I hit Install, nothing

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-02-29 Thread Ulf Zibis
Am 29.02.24 um 21:51 schrieb Ulf Zibis: Hi, when I start the IDE, I get this message: Oups, after I hit Install, nothing more happens When I hit Install, a new dialogue asks for confirmation. After confirmation of the dialogue and "Restart IDE" I again get the same message. This happens

Re: Missing nb-javac plugin in NetBeans IDE 21

2024-02-29 Thread Ulf Zibis
Am 29.02.24 um 21:51 schrieb Ulf Zibis: Hi, when I start the IDE, I get this message: I'm running NetBeans IDE 21 on Ubuntu 22.04 with openjdk-18-jdk. -Ulf - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org