I have NetBeans 12.6 installed using Java 11 on Windows 10 with a remote platform configuration for a Raspberry Pi 4.  This environment works well for remote execution / debugging on the RPi 4.

I am now testing NetBeans 19 using Java 17 on the same Windows 10 computer.  Installation was uneventful, and I imported settings from NetBeans 12.6.

The import appears to have correctly imported the RPi 4 platform I use in 12.6.  The RPi 4 platform tests successfully in NetBeans 19.

I created a test project and configuration in NetBeans 19 to use the imported RPi 4 platform.

When I select that configuration in NetBeans 19 and attempt to run the application, however, it appears no attempt is made to communicate with the RPi 4.

On NetBeans 12.6 I see a sequence like this when I run using the RPi 4 configuration and platform:

deploy:
jar:
Connecting to ...

Where the connection attempt succeeds and the application ultimately runs.  But on NetBeans 19 I see a sequence like this:

deploy:
jar:
run-remote:
BUILD SUCCESSFUL (total time: 0 seconds)

It appears no attempt is made to connect to or communicate with the RPi 4.  And there are no error messages.

Can anyone help me figure out what I need to change to get remote execution / debugging working again with NetBeans 19?

Thank you!

Blaine




---------------------------------------------------------------------
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, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to