kovasb / session

repl into the clojurescript community
Eclipse Public License 1.0
460 stars 36 forks source link

fix datomic launch on windows #42

Closed lnmx closed 10 years ago

lnmx commented 10 years ago

This fixes a problem with launching datomic on Windows:

java.io.IOException: Cannot run program "vendor/datomic-free-0.9.4556/bin/transactor": 
CreateProcess error=2, The system cannot find the file specified

(There is also a problem with restoring the "Examples" database on Windows, still looking into that)

kovasb commented 10 years ago

Thanks for the patch!