Intellij Idea中的Jetty報出Web application not found src/main/webapp錯誤的解決方案

今天在Intellij Idea中編譯項目的時候,運行起來一直會報出如下的錯誤:

Web application not found src/main/webapp

 

當時感覺應該是什麼沒有設置好。所以就直接把這個報錯內容放到google上搜索了一下,然後在stackoverflow中按照如下的文章設置,果真跑起來了:

http://stackoverflow.com/questions/22542968/intellij-idea-multi-project-wicket-app-does-not-find-webapp

記錄一下,具體解決方式如下:

Go to   "Run-- edit Configuration" and set "Working directory" to $MODULE_DIR$

 

ps:Working directory 之前  D:\ideaWorkplace\xxx

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章