-
Notifications
You must be signed in to change notification settings - Fork 62
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
ubuntu #3
Comments
what error do you see? maybe you don't have a windows x11 server running? Please provide more info... |
Good point, no- I dont have x11 running. bizarre though- other java apps seem to open fine. Java details $ java -version Here is the portion from the logs: j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 java.desktop@9-internal siginfo: si_signo: 11 (SIGSEGV), si_code: 1 (SEGV_MAPERR), si_addr: 0x0000000000000000 |
ok, a brief googling suggests there are general issues with openjdk 9. So all I can suggest is to try a more recent release of openjdk or Oracle JDK/JRE 8. |
Hi Charles,
Does this work on non-windows OS? e.g ubuntu?
I tied on ubuntu- the program aborted with core dump error.
The text was updated successfully, but these errors were encountered: