JFinal - port: 80 already in use

When I run my JFinal application, I got this error:

java.lang.IllegalStateException: port: 80 already in use!
at com.jfinal.server.JettyServer.doStart(JettyServer.java:78)
at com.jfinal.server.JettyServer.start(JettyServer.java:64)
at com.jfinal.core.JFinal.main(JFinal.java:173)

Then I checked my port, but I could not find any process that used port 80…

The reason for this error is: I didn’t open eclipse as root!

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