Re: [java] Netbeans 16 platforms

2022-12-11 Thread Geert Vancompernolle
>>>I was wondering if you were affected by this too No, I wasn't.  The moment my JDK was set correctly in NB16 I was able to select the same list of remote connections I had before with NB12.5 and they worked immediately. FYI: when selecting Tools -> Java Platforms I've always seen the

Re: [java] Netbeans 16 platforms

2022-12-11 Thread Michael Bien
I see - good that it is working for you. There is a related bug where the remote platform can be selected but it wouldn't do anything if you run the project. This would only happen if the remote platforms were imported from an older NB release. Since you mentioned importing them in the first

RE: Re: [java] Netbeans 16 platforms

2022-12-10 Thread Geert Vancompernolle
Follow this meticulously. The most important thing you should take care of is that the JDK version selected for your Netbeans project on your Windows (or whatever) machine is the same as the one installed on the Raspberry Pi. 

Re: [java] Netbeans 16 platforms

2022-12-10 Thread Michael Bien
how did you solve the issue? a similar issue just got filed which reports that the migration of remote platforms doesn't work: https://github.com/apache/netbeans/issues/5065 Looks like the config import did work in your case or did you patch something? -mbien On 10.12.22 16:00, Geert

Re: [java] Netbeans 16 platforms

2022-12-10 Thread Geert Vancompernolle
Ok, found the issue myself.  Everything is working fine again, I can see all my remote platforms. -- Best rgds, Geert On 08/12/2022 16:54, Geert Vancompernolle wrote: Hi, I just upgraded Netbeans from 12.5 to 16.  I have quite a few Remote Java SE platforms (connecting to different

[java] Netbeans 16 platforms

2022-12-08 Thread Geert Vancompernolle
Hi, I just upgraded Netbeans from 12.5 to 16.  I have quite a few Remote Java SE platforms (connecting to different Raspberry Pi SBCs) and they all work perfect with Netbeans 12.5. However, if I create a new Java project in Netbeans 16 and I want to connect the project to one of the Remote