Exceptions while running application on headless linux

I want to install executable file(Demo.bin) on vMA4.0 virtual machine using ssh. Same can be installed on all other Linux/Unix box. but when I am trying to run it on vMA,I am getting the following error--

Could you please advise me how to approch this problem and how to resolve it?

Well, the error's clear enough: Your server's headless, but the program for some reason demands an X server. If running an X server on the server is impractical, you may be able to forward it to your own PC through SSH forwarding or allowing it to access it over the internet i.e. export DISPLAY=my.ip.address:0.0

When I am trying it by forwarding it by export DISPLAY:my.ip.address:0.0, I am getting following error--

Please provide your valuable suggestions.

Install libXext, I suppose.

Every X11 client, which includes Java's AWT, requires the X11 libraries in order to communicate with the server. So you'll have to install libXext, along with any dependencies that might have.