Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't start on Debian/GNU Linux #32

Closed
KacperPerschke opened this issue Jan 12, 2014 · 1 comment
Closed

Can't start on Debian/GNU Linux #32

KacperPerschke opened this issue Jan 12, 2014 · 1 comment
Labels

Comments

@KacperPerschke
Copy link

Hi!

Cant start 2.5 using java 6 and 2.6 using java7.

kacper@zbiig:~/bin$ java -jar JCloisterZone/JCloisterZone.jar
Exception in thread "main" java.awt.HeadlessException
at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:207)
at java.awt.Window.(Window.java:535)
at java.awt.Frame.(Frame.java:420)
at java.awt.Frame.(Frame.java:385)
at javax.swing.JFrame.(JFrame.java:174)
at com.jcloisterzone.ui.Client.(Client.java:143)
at com.jcloisterzone.ui.Bootstrap.run(Bootstrap.java:92)
at com.jcloisterzone.ui.Bootstrap.main(Bootstrap.java:115)

May I help anything on debug/investigation of this problem?

2.4 works with java 6, but doesn't with java 7.

Greets!
KAcper

@vn971
Copy link

vn971 commented Mar 3, 2014

What desktop environment are you using? The error that's being thrown is

Tests whether or not a display, keyboard, and mouse can be supported in this environment.
(from java itself)

@farin farin added the bug label Jul 24, 2014
@farin farin closed this as completed Dec 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants