JDK-4290680 : Headless Java
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 1.3.0,1.4.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic,solaris_2.6
  • CPU: generic,sparc
  • Submitted: 1999-11-11
  • Updated: 1999-12-21
  • Resolved: 1999-12-21
Related Reports
Duplicate :  
Duplicate :  
Description

Name: lb39792			Date: 11/11/99



'Headless' operation refers to the ability to run a Java program without a 
monitor, 
mouse or keyboard.  In unix enviornments, it usually means that X or an 
equivalent 
windowing system does not have to be present. 
Headless Java operation would mean that a server side Java program should be 
able to 
use the full J2SE or J2EE API without a GUI enviornment being present.  This 
means that 
all AWT calls to manipulate components, graphics, fonts, printing etc. should be 
functional. 

======================================================================