I am currently trying to run a test application based on the Play framework. The project was created using the command line tool for play and then converted into an eclipse project by using
play eclipse
The documentation says that this step also created a run configuration to run the code from eclipse. But there is no configuration created.
After pressing run, eclipse is looking for a main method that is not existing.
I also tried to launch the project from the command line using play ~run
.
But I have included and imported a class from another project and the compiler always ends with an error saying the imported package could not be found.
Thanks for your help.