Skip to content

Install/first-run fails on Java 9 with ClassCastException #525

@kirked

Description

@kirked

I realise this is premature, but the release of Java 9 fast approaches...

I downloaded boot.sh on current Linux Mint, then ran this:

$ boot repl
Downloading https://github.com/boot-clj/boot/releases/download/2.6.0/boot.jar...
Exception in thread "main" java.lang.ClassCastException: jdk.internal.loader.ClassLoaders$AppClassLoader (in module: java.base) cannot be cast to java.net.URLClassLoader (in module: java.base)
	at Boot.loadJar(Boot.java:228)
	at Boot.main(Boot.java:254)
doug@twist ~/code/dashboard $ java -version
openjdk version "9-internal"
OpenJDK Runtime Environment (build 9-internal+0-2016-04-14-195246.buildd.src)
OpenJDK 64-Bit Server VM (build 9-internal+0-2016-04-14-195246.buildd.src, mixed mode)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions