java.lang.
at java.lang.ClassLoader.
at java.lang.ClassLoader.
at java.security.
at java.net.URLClassLoader.
at java.net.URLClassLoader.
at java.net.URLClassLoader$1.run(
at java.net.URLClassLoader$1.run(
at java.security.
at java.net.URLClassLoader.
at java.lang.ClassLoader.
at java.lang.ClassLoader.
at com.typesafe.sbt.web.SbtWeb$$
at com.typesafe.sbt.web.SbtWeb$$
at scala.Option.fold(Option.
at com.typesafe.sbt.web.SbtWeb$.
at com.typesafe.sbt.web.SbtWeb$$
at com.typesafe.sbt.web.SbtWeb$$
at scala.Function1$$anonfun$
at sbt.Project$.setProject(
at sbt.BuiltinCommands$.
at sbt.BuiltinCommands$$anonfun$
at sbt.BuiltinCommands$$anonfun$
at sbt.Command$$anonfun$
at sbt.Command$$anonfun$
at sbt.Command$$anonfun$
at sbt.Command$$anonfun$
at sbt.Command$.process(Command.
at sbt.MainLoop$$anonfun$1$$
at sbt.MainLoop$$anonfun$1$$
at sbt.State$$anon$1.process(
at sbt.MainLoop$$anonfun$1.apply(
at sbt.MainLoop$$anonfun$1.apply(
at sbt.ErrorHandling$.
at sbt.MainLoop$.next(MainLoop.
at sbt.MainLoop$.run(MainLoop.
at sbt.MainLoop$$anonfun$
at sbt.MainLoop$$anonfun$
at sbt.Using.apply(Using.scala:
at sbt.MainLoop$.runWithNewLog(
at sbt.MainLoop$.runAndClearLast(
at sbt.MainLoop$.runLoggedLoop(
at sbt.MainLoop$.runLogged(
at sbt.StandardMain$.runManaged(
at sbt.xMain.run(Main.scala:28)
at xsbt.boot.Launch$$anonfun$run$
at xsbt.boot.Launch$.
at xsbt.boot.Launch$.run(Launch.
at xsbt.boot.Launch$$anonfun$
at xsbt.boot.Launch$.launch(
at xsbt.boot.Launch$.apply(
at xsbt.boot.Boot$.runImpl(Boot.
at xsbt.boot.Boot$.main(Boot.
at xsbt.boot.Boot.main(Boot.
[error] java.lang.
[error] Use ‘last’ for the full log.
solution:
Still you are using java7. You can download java8. If you already install java8 make sure it is active.You can change java version using bellow commands.
How To Change Java Version
$ sudo update-alternatives –config java
There are 2 choices for the alternative java (providing /usr/bin/java).
Selection Path Priority Status
————————————————————
* 0 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1061 auto mode
1 /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java 1061 manual mode
2 /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java 1051 manual mode
Press enter to keep the current choice[*], or type selection number: 2
update-alternatives: using /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java
to provide /usr/bin/java (java) in manual mode