postgresql - How to resolve bad symbolic reference and No implicit view available from String errors in Play Framework? -


i running play application(2.2.3), getting following errors, not sure why getting these ? how resolve these?

errors:

1. bad symbolic reference, signature in javatimecolumn.class refers term time [error] in package java not available [error] may cokpletely missing current classpath, or version [error] classpath might incompatible version used when compiling javatimecolumn.class [error]  get[pk[long]]<"id"> ~ [error]               ^     2. no implicit view available string => anorm.parametervalue. [error] 'content -> jsondata.content [error]          ^ [error] 2 errors found 

build.scala:

val dependencies ++= seq(     "com.typesafe.play" %% "anorm" % "2.4.0",     "org.webjars" % "requirejs" % "2.1.1",     "org.postgresql" % "postgresql" % "9.4-1200-jdbc41",     "postgresql" % "postgresql" % "9.1-901.jdbc4",     ) 


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -