I have a raspberry-pi. I have it set up so I can ssh into it with putty from my windows machine. I have codeblocks installed on the raspberry-pi. I would like to be able to open and display the codeblocks ide on my windows machine from the pi. I have xterm(-v 278) installed on my pi and Xming installed on my windows machine.
On my windows machine open Xlauch to start Xming I leave the default values but I disable access control. Then on my windows machine I open putty to ssh into my pi, with X forwarding enabled for this session. Once logged in on the pi I type
$ export DISPLAY="<windows_machine_ip>:0.0
$ xterm DISPLAY
than I get the message xterm: No absolute path found for shell: DISPLAY
I am really confused why I am getting this message. Does anyone know a fix or can explain what I am doing wrong. Thanks in advance.