I am trying to run samples in a Play 2.0 environment, but when I go to run "play" or "sbt".
When I go to the directory "/ samples / scala / helloworld", I run "sbt" and I get:
[info] Loading project definition from C:\src\Play20\samples\scala\helloworld\project [warn] module not found: play
I installed sbt version 12.1 from http://www.scala-sbt.org/release/docs/Getting-Started/Setup
I noticed a similar question: https://groups.google.com/forum/?fromgroups=#!topic/simple-build-tool/DGUbWsgZiLw
The answers seem to be related to the SBT version of βLauncherβ, how can I find out that this is my version of sunc for Launcher? And how can I update it?
I also tried to compile xsbt from the source code, but when I run "sbt build-all" I get:
. . . [info] Reading library jar [C:\compi\jdk\jre\lib\rt.jar] [error] Error: Can't read [ proguard.ClassPathEntry@73abdb5e ] (Can't process class [com/oracle/net/Sdp$1.class] (Unsupported version number [51.0] for class format)) [error] java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: GC overhead limit exceeded [error] Use 'last' for the full log.
However, my problem is not in compiling xsbt, but in how I can execute "Playback Examples"
When I run "sbt sbt-version" in a new folder, I get:
[info] Set current project to default-85f41b (...) [info] 0.12.1
Labra
source share