tovganesh / metastudio

MeTA Studio is programmable IDE tailored for a computational chemist.
http://tovganesh.blogspot.in/search/label/MeTA
5 stars 1 forks source link

daemon mode does not start on Linux when X11 is shut! #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
java -jar MeTA.jar --daemon

Exception in thread "main" java.awt.HeadlessException: 
No X11 DISPLAY variable was set, but this program performed an operation
which requires it.
        at java.awt.GraphicsEnvironment.checkHeadless(Unknown Source)
        at java.awt.Window.<init>(Unknown Source)
        at java.awt.Frame.<init>(Unknown Source)
        at javax.swing.JFrame.<init>(Unknown Source)
        at org.meta.shell.ide.MeTA.<init>(MeTA.java:58)
        at org.meta.shell.ide.MeTA.main(MeTA.java:509)

Original issue reported on code.google.com by tovganesh@gmail.com on 10 Jun 2008 at 6:03

GoogleCodeExporter commented 9 years ago
A small problem but need to be handled carefully ... may break a lot of 
in-built 
scripts that are GUI based. But its gonna be like that if you explicitly try to 
invoke GUI is there is none at all!

Original comment by tovganesh@gmail.com on 29 Jun 2008 at 2:36

GoogleCodeExporter commented 9 years ago
Fixed in v 2.0.07072008 

Original comment by tovganesh@gmail.com on 7 Jul 2008 at 3:52