bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 210 forks source link

Erroneous java version warning #738

Closed gfredericks closed 4 years ago

gfredericks commented 5 years ago
Assert failed: Java >= 1.8.0 - Figwheel requires Java 1.8.0 at least. Current version  12
  Please install Java 1.8.0 at least.
  This may only be occuring in the Leiningen (bootstrapping) process but still something to be
 aware of.
  Especially if this message is immediately followed by an strange stack trace.

for reference:

$ lein version
Leiningen 2.9.1 on Java 12 Java HotSpot(TM) 64-Bit Server VM

(on ubuntu 18.04)

bhauman commented 5 years ago

https://github.com/bhauman/lein-figwheel/commit/461782520c2260568020ba09747aa57e632b4332

Yep I need to deploy. I think it’s already in the snapshot

Sent from ProtonMail Mobile

On Fri, Jun 14, 2019 at 11:51 AM, Gary Fredericks notifications@github.com wrote:

Assert failed: Java >= 1.8.0 - Figwheel requires Java 1.8.0 at least. Current version 12 Please install Java 1.8.0 at least. This may only be occuring in the Leiningen (bootstrapping) process but still something to be aware of. Especially if this message is immediately followed by an strange stack trace.

for reference:

$ lein version Warning: implicit hook found: tag-and-release.plugin/hooks Hooks are deprecated and will be removed in a future version. Leiningen 2.9.1 on Java 12 Java HotSpot(TM) 64-Bit Server VM

(on ubuntu 18.04)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.