You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded tablet via bioconda but when I try to activate it I keep getting this:
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:236)
at tablet.gui.Tablet.(Tablet.java:35)
Not sure what I'm doing wrong but any help would be much appreciated!
The text was updated successfully, but these errors were encountered:
I downloaded tablet via bioconda but when I try to activate it I keep getting this:
Exception in thread "main" java.lang.ExceptionInInitializerError
Caused by: java.awt.HeadlessException:
No X11 DISPLAY variable was set, but this program performed an operation which requires it.
at sun.awt.HeadlessToolkit.getMenuShortcutKeyMask(HeadlessToolkit.java:236)
at tablet.gui.Tablet.(Tablet.java:35)
Not sure what I'm doing wrong but any help would be much appreciated!
The text was updated successfully, but these errors were encountered: