Has anyone got the current labrepl/IntelliJ configuration running on Ubuntu 64-bit?
I get the following error when trying to run the first incanter graph exercise: user=> (def words (read-lines "data/words")) #'user/words user=> (count words) user=> 234936 user=> user=> (use '[incanter core charts]) nil user=> (let [f (frequencies (map first words))] (view (bar-chart (keys f) (vals f)))) java.awt.HeadlessException: No X11 DISPLAY variable was set, but this program performed an operation which requires it. (NO_SOURCE_FILE:0) The Mac/Linux command line version runs fine and opens the graph window. I reported the problem on github; there was an associated maven problem, but the fix to that hasn't repaired the X11 problem. The Ubuntu configuration is very plain - not used for anything else. X11 is part of the standard distribution. I would really like to try out Clojure through this tutorial... --PG -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en