Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm working through this Tapestry 5 tutorial and I'm stuck on the "Running the Application inside Eclipse" step.

When I go to the Eclipse run configurations, select Jetty Webapp, then click New, I get the following error:

An error has occurred. See error log for more details.
Path for project must have only one segment.

Any suggestions on this one? I'm not new to web development, but I am new to Eclipse and Tapestry.

share|improve this question
The message is cryptic, but: Did you set your project as the project to run in the dialog? – Henning May 17 '11 at 4:37
No. The error was immediate -- as soon as I clicked the New button -- and wouldn't resolve even when I typed in the values. The Run button was greyed out. – Mattio May 17 '11 at 21:30

1 Answer

up vote 3 down vote accepted

I'm not exactly sure why, but after I ran Project > Clean... I could then add the run configuration just fine.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.