Thanks for the quick response but I think that you have answered a different
problem.If I run Netbeans on Windows locally and try to open a Terminal Window
I get the message
""Local Terminal requires cygwin. Please install cygwin and restart the IDE".
This is annoying but it is not the problem that I am trying to fix (at least at
the moment).
My problem is that, from Windows, I have opened a project not on the local host
but on the RPi3. I have then manged to compile, build and run it on the
RPi3.However if in Netbeans I try to open a terminal window which I assume is
on the RPI3 I get the message "Local Terminal is not supported on this system"
- this is not the same error message as opening a terminal on the windows
machine.
Are you saying that installing cygwin on the Windows machine would allow me to
open a terminal window on the Windows machine and on the RPi3?In my head, at
least for now, these are separate issues?
On Sunday, 7 March 2021, 21:29:24 GMT, Geertjan Wielenga
<[email protected]> wrote:
https://ourcodeworld.com/articles/read/680/how-to-configure-an-integrated-terminal-command-prompt-in-netbeans-for-windows
Gj
On Sun, Mar 7, 2021 at 10:25 PM [email protected]
<[email protected]> wrote:
I am running Apache Netbeans 12.2 on Windows 10.My target machine runs
Raspberry Pi OS (Debian Buster).
I have managed to develop a very simple C program using Netbeans on the Windows
machine and to get it to compile and build on the RPi3.When I run it though the
output in the Netbeans output window is incorrect, instead of "\n" appearing as
a Carriage Return (CR) and Line Feed (LF) only the LFs appear.
If, in NetBeans on the Windows machine, I try to open a terminal window I get
the message "Local terminal is not supported on this system".
What is the problem, how can I get Netbeans running on the Windows machine to
open a terminal window on the Linux machine ?