hello I tried to find how to start a Java Play project in eclipse, but I can not find an easy way. Here is what i did
Create project
play new testApp
Go to the folder
cd testApp
Project eclipse
play eclipsify
Open eclipse and import as an existing project , but then I donβt know how to start the server from eclipse
Note: I know that I can run it in the console as well. The problem is that I added the Eclispe project to the build path using Eclipse, so if I run it in the console, I think this will not work, or am I mistaken?
source share