사용자 도구

사이트 도구


java:headless

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

java:headless [2021/07/28 13:56] (현재)
kwon37xi 만듦
줄 1: 줄 1:
 +====== Java JDK / JRE Headless ======
 +  * [[https://www.oracle.com/technical-resources/articles/javase/headless.html|Using Headless Mode in the Java SE Platform
 +]]
 +
 +  * Headless mode is a system configuration in which the display device, keyboard, or mouse is lacking. Sounds unexpected, but actually you can perform different operations in this mode, even with graphic data.
 +  * Grahpic/입력 장치가 없는 머신에서 가상으로 Graphic/입력장치 관련 기능을 작동할 수 있게 해주는 모드.
 +
 +<code sh>
 +System.setProperty("java.awt.headless", "true");
 +
 +
 +or
 +
 +java -Djava.awt.headless=true
 +</code>
 +
  
java/headless.txt · 마지막으로 수정됨: 2021/07/28 13:56 저자 kwon37xi