This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-01-11
Channels
- # announcements (1)
- # babashka (70)
- # beginners (8)
- # calva (5)
- # cider (9)
- # clojure (48)
- # clojure-austin (68)
- # clojure-europe (29)
- # clojure-norway (30)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # cursive (19)
- # datomic (10)
- # emacs (11)
- # events (2)
- # exercism (4)
- # fulcro (2)
- # hyperfiddle (29)
- # introduce-yourself (2)
- # jobs-discuss (4)
- # kaocha (1)
- # leiningen (8)
- # lsp (8)
- # malli (2)
- # matcher-combinators (20)
- # nrepl (15)
- # off-topic (33)
- # reagent (7)
- # releases (4)
- # shadow-cljs (42)
- # spacemacs (6)
- # sql (6)
- # squint (10)
- # vim (3)
Every time I'm on a new Mac, I struggle to figure out how to install Java. I finally took the time to write a little reminder to myself, and I thought I'd share it here, just in case it's useful to others. I use jEnv to more easily switch between Java versions. https://gist.github.com/leifericf/f61c60a9ab889ed752f969e9db2009a0
thanks for the link. I used to have a similar setup but recently I switched to sdkman. https://sdkman.io/
I added a comment to the Gist with a link to SDKMAN, just in case it's useful to others who find the Gist.
This goes to show why it's worth sharing stuff! Someone might show you an even better way.
I'm partial to asdf for this type of environment prep: https://asdf-vm.com/