Reputation: 133
I just started looking into Spring Roo.
I:
But when I opened the Roo shell in STS, I got roo> Path required
.
What am I missing here?
Upvotes: 2
Views: 552
Reputation: 12545
In my case, I got this error after upgrading from an earlier version of roo to the latest (1.3.1.RC2). Following the official upgrade instructions only got me so far:
http://docs.spring.io/spring-roo/reference/html/upgrade.html
After making all these changes, there were a number of errors in the application, which stemmed from changes all over the place. Some were changes to roo, some were changes as a result of upgrading to the latest libraries (like hibernate). After resolving all the compilation errors, roo was able to startup normally and resume normal operation
Upvotes: 0
Reputation: 639
Download Spring Roo from :http://docs.spring.io/downloads/nightly/release-download.php?project=ROO You have to provide Roo installation path to IDE. Window-->Preferences-->Spring-->Roo Support-->Add. (Till Parent of bin folder)
Upvotes: 1