swannodette / mies

Minimal ClojureScript project template
Eclipse Public License 1.0
369 stars 49 forks source link

Fix ClassNotFoundException with Java 9 #48

Closed mkarp closed 6 years ago

mkarp commented 6 years ago

I am getting a ClassNotFoundException with Java 9 installed on my machine. I've found people solving the same issue in Figwheel: https://github.com/bhauman/lein-figwheel/issues/612. After adding this parameter the exception is gone.

mkarp commented 6 years ago

Realised later that this change will not work for users with Java 8 on their machine. Thus closing this pull request.