Datomic-pro-0.9.5561.62 - repl error

D:\datomic-pro-0.9.5561.62>bin\repl
Clojure 1.9.0-alpha15
user=> (require '[datomic.ap :as d])
FileNotFoundException Could not locate datomic/ap__init.class or datomic/ap.clj on classpath. clojure.lang.RT.load (RT.java:458)
user=>

It had worked earlier just fine. I searched datomic jars and this class is not there anywhere. I did not make any changes under datomic directory.
How come it worked before? How to fix it now?
Can anyone help?

The class name should be datomic.api, not .ap.

-Marshall

datomic.api not datomic.ap :slight_smile:

yes. thanks!