Fork me on GitHub
#graalvm
<
2019-10-05
>
sogaiu02:10:45

@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

sogaiu02:10:06

anyway, great work and thanks for sharing!

stathissideris21:10:39

@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)

stathissideris21:10:02

about the graal-sdk.jar: what platform are you on? I’m on mac, I’m wondering if this works differently elsewhere

sogaiu22:10:31

@stathissideris ah sorry about that. i'm using manjaro linux (an arch linux derivative).

stathissideris22:10:16

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!

sogaiu22:10:09

sounds good! thanks for keeping it in mind 🙂

stathissideris22:10:37

thanks for trying it

👍 4