This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-28
Channels
- # announcements (2)
- # babashka (36)
- # beginners (29)
- # bristol-clojurians (2)
- # calva (3)
- # cider (102)
- # circleci (7)
- # clj-kondo (5)
- # cljs-dev (7)
- # clojure (117)
- # clojure-europe (23)
- # clojure-korea (1)
- # clojure-nl (1)
- # clojure-spec (15)
- # clojure-uk (47)
- # clojurescript (43)
- # code-reviews (1)
- # community-development (1)
- # conjure (32)
- # cursive (1)
- # datalog (15)
- # datomic (14)
- # emacs (18)
- # fulcro (9)
- # helix (23)
- # jackdaw (1)
- # jobs-discuss (10)
- # meander (8)
- # membrane (57)
- # off-topic (4)
- # portal (2)
- # re-frame (22)
- # reagent (1)
- # reitit (9)
- # reveal (3)
- # rewrite-clj (14)
- # shadow-cljs (22)
- # spacemacs (27)
- # sql (34)
- # testing (6)
- # tools-deps (40)
- # vim (5)
- # vrac (15)
- # xtdb (2)
has anyone gotten REBL to work in WSL on a Surface Pro X? or other linux ARM64 device I guess, since my main problem seems to be availability of a ARM64 JDK with Java FX
@chuck.cassel Have you tried GraalVM? They have an aarch64 release for linux: https://github.com/graalvm/graalvm-ce-builds/releases/tag/vm-20.2.0
thanks, I hadn't tried that, but fails with one of the same errors I've seen with others:
Loading library prism_es2 from resource failed: java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)
java.lang.UnsatisfiedLinkError: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: /home/chuck/.openjfx/cache/11.0.2/libprism_es2.so: cannot open shared object file: No such file or directory (Possible cause: can't load AMD 64-bit .so on a AARCH64-bit platform)
going to try to see if I can run REBL in an Oracle windows x86 jdk to connect to a repl in the WSL session