This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-06
Channels
- # announcements (1)
- # atom-editor (2)
- # babashka (6)
- # beginners (30)
- # calva (12)
- # chlorine-clover (2)
- # clojure (88)
- # clojure-australia (2)
- # clojure-europe (9)
- # clojure-germany (4)
- # conjure (3)
- # cursive (12)
- # datomic (4)
- # lsp (86)
- # off-topic (48)
- # play-clj (8)
- # polylith (6)
- # reagent (11)
- # reitit (8)
- # shadow-cljs (19)
- # specter (6)
- # sql (13)
- # xtdb (25)
hello just tried to setup play-clj but lein-run keeps giving me error:
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.lwjgl.LWJGLUtil$3 (file:/home/ck/.m2/repository/org/lwjgl/lwjgl/lwjgl/2.9.2/lwjgl-2.9.2.jar) to method java.lang.ClassLoader.findLibrary(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.lwjgl.LWJGLUtil$3
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
I ran lein-deps, and remember seeing lein downloading the necessary stuff from clojars.
I followed what the github readme was saying, just use lein, and then lein-run should work right away.
Anyone had similar problem or know how to fix?
I am on artix linux with xorg (maybe my window manager can be causing the problem with launching windows?)
thanksmost likely you'll need java 1.8
@julian608 Do you know how I can change java version to 1.8? I have currently java 11 installed (as websites said that is the recommended?)
@julian608 It works after changing to java 8 thank you so much
You can set the environment variable JAVA_CMD to the 1.8 executable if you don't want to change the default system version
oh I already uninstalled java11... lol I use java just for clojure so I think i'm fine with just changing the system
I had the same issue when using 3d renderers with Quil (p3d or opengl)