Fork me on GitHub
#off-topic
<
2020-08-28
>
chucklehead21:08:27

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

borkdude21:08:41

@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

chucklehead21:08:19

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)

chucklehead21:08:00

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