This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-02
Channels
- # adventofcode (6)
- # announcements (6)
- # babashka (21)
- # babashka-sci-dev (18)
- # biff (6)
- # clara (4)
- # clj-commons (2)
- # clj-kondo (7)
- # cljdoc (4)
- # clojure (9)
- # clojure-berlin (8)
- # clojure-europe (23)
- # clojure-gamedev (3)
- # clojure-indonesia (1)
- # clojure-nl (1)
- # clojure-norway (10)
- # clojure-poland (1)
- # clojurescript (27)
- # community-development (1)
- # conjure (32)
- # etaoin (6)
- # events (20)
- # fulcro (5)
- # graalvm (1)
- # helix (19)
- # hyperfiddle (14)
- # introduce-yourself (2)
- # music (1)
- # nbb (24)
- # off-topic (37)
- # pathom (2)
- # polylith (14)
- # reagent (11)
- # releases (1)
- # remote-jobs (1)
- # reveal (22)
- # shadow-cljs (16)
- # sql (3)
- # squint (11)
- # test-check (2)
- # xtdb (36)
Regarding "Setup: Cursive + Clj + REPL". There seems to be repetition. I don't know which repo holds this doc so I could not make PR 馃檪
Thanks. Please check: https://github.com/vlaaad/vlaaad.github.io/pull/13
Also I realized, that Reveal can be used with JDK 11 (but not with JDK 8 ). Probably related to: https://github.com/cljfx/cljfx/issues/4 It would be nice if this was mentioned in Reveal setup documentation. The following is the error I get when starting up REPL with JDK 8.
; sdk list java | grep '\s8.*fx'
| | 8.0.345.fx | librca |
| | 8.0.342.fx | librca |
| | 8.0.333.fx | librca |
| | 8.0.345.fx | zulu |
| | 8.0.342.fx | zulu |
| | 8.0.332.fx | zulu |
My comment in that cljfx issue is no longer valid, cljfx supports both jdk 8 and jdk 11
When depending on git coordinates, minimum required Java version is 11. When using maven dependency, both Java 8 (assumes it has JavaFX provided in JRE) and Java 11 (via openjfx dependency) are supported
Thanks for the clarification, anyways, some sort of explanation on this issue on the doc would be nice. I think other people can encounter the same.
It's IDEA plugin Cursive repl (clojure.main repl)
In that case you will probabaly run into https://github.com/cursive-ide/cursive/issues/2549 as well
Oh, cool. So this is a problem of Cursive. I encountered this exact problem. I fixed mine by just switching to Java 11.
I gave the thumbs up. Is that how you upvote it ?