Java: Graphics in Linux

后端 未结 4 1705
情书的邮戳
情书的邮戳 2021-01-19 02:04

Does X-Windows have to be installed on a Linux-box in order for Java to display fullscreen graphics?

4条回答
  •  孤街浪徒
    2021-01-19 02:53

    To really display something graphical on the screen, yes. Bud there is a headless version of the JRE for just running it. You won't see any graphical output, but it will run. Alternatively, you can log in remotely and use X forwarding to run the java code on the server but let the client handle displaying graphics.

提交回复
热议问题