Fork me on GitHub
#boot
<
2018-05-02
>
Alex Miller (Clojure team)02:05:00

Probably a bad version check but 9 should work

sekao03:05:16

maybe part of the problem is that i installed the jdk with http://scoop.sh/

sekao03:05:45

scoop added it to the path correctly, but boot may be looking for something in the registry that isn't there... if it still uses launch4j like this older issue mentions https://github.com/boot-clj/boot/issues/353

bocaj17:05:35

I've had issues with other java installers messing with scoop path. Review your user and sys path variables

bocaj17:05:02

And yes, it looks like launch4j is used, and the default error message for a missing jdk is simply that 7 is missing

alandipert18:05:09

i plan on releasing 2.7.3 this week unless anyone objects, here's what's new: https://github.com/boot-clj/boot/blob/master/CHANGES.md

alandipert18:05:22

changelog and PRs look to be in pretty good shape, but if i'm missing something pls let me know

richiardiandrea19:05:47

@alandipert I think @bhagany did a good job in https://github.com/boot-clj/boot/pull/680 and we should review that carefully...I fixes a problem with sift

alandipert19:05:51

@richiardiandrea thanks, i ran into that yesterday i think. i'll take a closer look