-
-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install/first-run fails on Java 9 with ClassCastException #525
Comments
This is caused by the app classloader being replaced in Java 9 - see tobias/clojure-java-9#3 |
This should be fixed by #539 and boot-clj/boot-bin#4. |
I tested this with JDK 7, 8, & 9 and it worked properly. |
This is not fixed for me. Boot still fails to run under Java 9 (on Linux Mint 18.3) with latest snapshot. Gives the same Classloader error. #http://boot-clj.com java -version |
hive 2.3.1 on jdk 9 not working. any clue? |
@laseray @prakashksinha Make sure you re-download the Boot binary file ( |
I've got the same problem under java 1.10:
Edit: fixed by reinstalling according to https://github.com/boot-clj/boot#install |
@Bost are you using the latest Boot binary? |
@alexander-yakushev That was the problem :) You may consider closing this issue. Thanx. |
I realise this is premature, but the release of Java 9 fast approaches...
I downloaded
boot.sh
on current Linux Mint, then ran this:The text was updated successfully, but these errors were encountered: