This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-10-05
Channels
- # announcements (2)
- # babashka (9)
- # bangalore-clj (4)
- # beginners (20)
- # calva (5)
- # cider (1)
- # clara (2)
- # clojure (11)
- # clojure-italy (2)
- # clojure-spec (11)
- # clojure-uk (4)
- # clojurescript (34)
- # clojutre (7)
- # code-reviews (5)
- # cursive (3)
- # datascript (7)
- # fulcro (7)
- # graalvm (8)
- # jackdaw (1)
- # malli (1)
- # nrepl (4)
- # off-topic (225)
- # reagent (23)
- # reitit (14)
- # remote-jobs (1)
- # ring-swagger (1)
- # shadow-cljs (19)
- # tools-deps (10)
@stathissideris got bar.svg generated via your repository and instructions! this was on a linux box. on a side note, although i set GRAALVM_HOME and JAVA_HOME, without adding a :local/root deps to the deps.edn file for graal-sdk.jar, i was getting:
$ clj -r
Clojure 1.10.1
user=> (import '[org.graalvm.polyglot Context])
Execution error (ClassNotFoundException) at java.net.URLClassLoader/findClass (URLClassLoader.java:471).
org.graalvm.polyglot.Context
@sogaiu I only just saw this because I wasn’t on this channel (and slack does not notify you about mentions on channels you haven’t joined)
about the graal-sdk.jar: what platform are you on? I’m on mac, I’m wondering if this works differently elsewhere
@stathissideris ah sorry about that. i'm using manjaro linux (an arch linux derivative).
no problem! I don’t the clarity to investigate now, so I’ll add what you found in the readme to prevent people from getting stuck… not sure if it’s a linux-specific problem. When I sort out releases it shouldn’t be too relevant though, the instructions are for devs, not users!