Fork me on GitHub
#leiningen
<
2019-04-30
>
nikp23:04:59

Has anyone seen this fun exception when running lein with JDK 9+ java.lang.ClassNotFoundException: java/sql/Timestamp? lein version 2.9.1

nikp23:04:49

It does work when you drop down to JDK 8 so pretty sure it's something with that change

nikp23:04:07

We tried doing this in the project.clj as well, but doesn't seem to do anything :jvm-opts ["--add-modules" "java.sql"]