Search code examples
javaremote-desktop

Java rendering over remote desktop


I am trying to run a java program I made in a RHEL7 server through remote desktop under windows7.

All the java programs in the server fail to render through the remote desktop. They look ok if I access to the server itself at the server place.

enter image description here

I've seen in other threads that changing the nvidia color scheme and such can help, however the server is using the default graphics.


Solution

  • I figured it out:

    • When launching the remote connection, open the connection options.
    • Go to Screen
    • Go to color
    • Choose 16 bits color.

    Done.