Exception in thread \"main\" java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at j
Your system does not have a GUI manager. Happens mostly in Solaris/Linux boxes. If you are using GUI in them make sure that you have a GUI manager installed and you may also want to google through the DISPLAY variable.