0
votes

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.

1

1 Answers

0
votes

I try to run project from your link. That ok. You can run direct this project at cmd

activator run

enter image description here

This is good example !