Tagged Questions
0
votes
0answers
16 views
Can not able to connect to the Rmote JVM in PlayFrameWork
Hi I am using playfrmework, i am struggling to debug the code in eclipse. Step i followed to
Step 1: Created new playframwwork application
Step 2: I Made application to open in eclipse, i could ...
0
votes
2answers
45 views
Play framework 2.1.1 eclipse
I'm trying to eclipsify a play project that I use with heroku.
I've downloaded and unzipped the play 2.1.1
According to the documentation I run this command in my project directory:
play eclipse
And ...
0
votes
0answers
29 views
Access classes/objects of Play Framework App through Scala Interpreter
How can I access the classes and objects of a Play Framework App from within the Scala Interpreter in Eclipse? For instance, I have the object controllers.Scraper, but if I try to use it in the ...
0
votes
1answer
51 views
play test resource folders not visible in eclipse
After project/Build.scala file is defined as
val main = PlayProject(appName, appVersion, appDependencies, mainLang = JAVA).settings(defaultScalaSettings:_*).settings(
,resourceDirectory in Test ...
0
votes
1answer
95 views
PlayFramework 2.1, submodules and Eclipse having errors about invalid package name
Using PlayFramework 2.1 and submodules, I have an error with all my controllers in Eclipse :
"The declared package "controllers.website" does not match the expected package "controllers"
Of ...
0
votes
1answer
490 views
.jar files cross-compiled with an incompatible version of Scala (2.10)
I am building my first Scala/Play application and after I create and import an eclipse project from the Play shell, I get 17 errors.
akka-actor_2.10.jar is cross compiled with an incompatible version ...
1
vote
1answer
197 views
Include Scala and Java Nature in Play2 Eclipse Project with javaCore
I have an sbt play2 project that I want to configure for eclipse, to include both a Scala nature and Java nature automatically(in the generated .project file). I can do this inside of eclipse by ...
0
votes
1answer
727 views
play framework 2.1 junit test not working from eclipse
im following the zentask tutorial and wrote a junit test,
the test wont run from the eclipse IDE its giving the following exception
javax.persistence.PersistenceException: ...
