For instance:


Then add -Dsun.java2d.xrender=false option to your _JAVA_OPTIONS, for instance:

  • bash: echo "export JAVA_OPTIONS=-Dsun.java2d.xrender=false" >> ~/.bashrc
  • csh: echo "setenv JAVA_OPTIONS -Dsun.java2d.xrender=false" >> ~/.cshrc


Please adapt in case you already set up _JAVA_OPTIONS for other purposes for instance for forcing memory settings, for instance by appending to the variable instead of setting the variable.