score:2

Accepted answer

it looks like your postgres jars are not on your class path. try:

$ scala -classpath postgres.jar 

where postgres.jar is hypothetical example.

you may need to add all jars using something like pathtopostgreslib/*.jar while starting your repl session.


Related Query

More Query from same tag