Tapestry 5 教程中的 Eclipse/Jetty 问题
我正在学习这个 Tapestry 5 教程,我停留在“在 Eclipse 内运行应用程序”步骤。
当我进入 Eclipse 运行配置时,选择 Jetty Webapp,然后单击 New,出现以下错误:
发生错误。有关更多详细信息,请参阅错误日志。
项目路径只能有一段。
对此有什么建议吗?我对 Web 开发并不陌生,但对 Eclipse 和 Tapestry 很陌生。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不太清楚为什么,但在我运行 Project > 之后干净...然后我就可以添加运行配置了。
I'm not exactly sure why, but after I ran Project > Clean... I could then add the run configuration just fine.