This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-01
Channels
- # aleph (1)
- # announcements (2)
- # aws (3)
- # bangalore-clj (1)
- # beginners (136)
- # boot (3)
- # calva (89)
- # cider (44)
- # cljdoc (1)
- # cljs-dev (31)
- # clojure (101)
- # clojure-europe (3)
- # clojure-italy (52)
- # clojure-nl (7)
- # clojure-spec (12)
- # clojure-uk (34)
- # clojurescript (62)
- # community-development (46)
- # cursive (25)
- # datomic (6)
- # duct (26)
- # events (6)
- # figwheel-main (4)
- # fulcro (25)
- # graphql (2)
- # jackdaw (4)
- # jukebox (3)
- # kaocha (57)
- # leiningen (31)
- # off-topic (3)
- # onyx (4)
- # other-languages (22)
- # pathom (18)
- # re-frame (9)
- # reitit (3)
- # shadow-cljs (60)
- # spacemacs (9)
- # speculative (22)
- # sql (39)
- # tools-deps (45)
- # vim (37)
Hi, I'm trying use bootclj/boot-native on docker:
docker run -e BOOT_AS_ROOT=true -t bootclj/boot-native
And I got an error:
Downloading ...
Error: Could not find or load main class clojure.main
Is there any step I have lost?If I just run docker run -t bootclj/boot-native
, boot print a warning:
Exception in thread "main" java.lang.SecurityException: Refusing to run as user "root". See
at boot.exceptions$security.invokeStatic(exceptions.clj:7)
at boot.exceptions$security.invoke(exceptions.clj:6)
at boot$prevent_root.invokeStatic(boot.clj:21)
at boot$prevent_root.invoke(boot.clj:19)
at boot$_main.invokeStatic(boot.clj:73)
at boot$_main.doInvoke(boot.clj:68)
at clojure.lang.RestFn.invoke(RestFn.java:397)
at clojure.lang.AFn.applyToHelper(AFn.java:152)
at clojure.lang.RestFn.applyTo(RestFn.java:132)
at boot.main(Unknown Source)
Hi. Does anyone know what can cause Caused by: java.lang.ClassNotFoundException: sun.misc.Launcher$ExtClassLoader
when running latest boot
with OpenJDK 11?