I tried to run project from this link. However, when I am running this project in sbt there is an error :
Could not find or load main class *****
This is how my build.sbt file looks like :
name := "play-example-login"
version := "1.0-SNAPSHOT"
libraryDependencies ++= seq(
javaJdbc,
javaEbean,
cache
)
play.Project.playJavasettings
I am newbie to java playframework, and unable to figure out what to change. I guess problem is in my sbt path variable. Thank-you in Advance.