Tuesday, February 17, 2009

Running grails app in eclipse

Running grails app in eclipse actually is quite simple if... you know how.

Here's how :
- Import your grails app as existing project in eclipse
- Find {app-name}.launch in the project root and right click select Run As and the .launch configuration name
running-grails-app
- There's all to it :)

If you want to know how to debug grails app, see my previous post.

No comments: