-
Notifications
You must be signed in to change notification settings - Fork 9
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 connect to X11 window server using ':0' as the value of the DISPLAY variable. #16
Comments
Hi there, thanks for reporting this in detail. This issue was new to me. I think what's happening is that OpenJDK is missing some of the classes that Apache POI needs. Does Thanks! Footnotes |
My system had the Manjaro packages below since before I installed excel-clj. They look fine to me but I don't know the details. Happy to investigate or experiment more - I'd do it myself without prompting but I don't know what would be useful. fontconfig2 freetype2 |
I'm not very familiar with Manjaro, but does
do anything for you? |
I'm happy to consider this closed, but if you want any more follow-up/experimentation/etc., I'm happy to do it. Thanks! |
Huh, thanks for looking into that. I think I'm still stumped about why this is happening, but I'm glad that you have found a way that works for you. Since I don't really know what I'd put in the README, I think I'll just leave this issue open so that other people can find it and try the referenced solutions, and then if things turn out differently for someone else, hopefully they'll comment here and we can get to the bottom of it. |
Sounds good, thanks! |
Hello,
Cool project! I'm just starting to check it out, but came across a nasty issue in my setup. May not even be related to excel-clj, but I've played around with other packages and this is the first time I've seen it. If you know that this is misplaced and know where I should put it to prevent other newbs like me from banging their head against the wall like I did, I'm all ears.
I tried the Tables example and got a Java error as summarized in the issue title and in more detail below. I "fixed" it by doing "xhost +local:" from the command line as suggested in this link, and I have a couple of theories about what that means, but really I'm just a monkey miming in a mirror here.
So this Github issue boils down to, is this an issue with dependencies related to excel-clj, and if so, should there be a note in the documentation to warn new users, or should that note go elsewhere (and if so, where)? If the latter, I'm happy to repost in the appropriate location.
Thanks for any guidance!
I'm using:
From a fresh "lein new app v2", my project.clj, core.clj, and the error message follow.
project.clj:
core.clj:
Error message:
The text was updated successfully, but these errors were encountered: