How do I run my application as superuser from Eclipse?

后端 未结 9 1540
闹比i
闹比i 2020-11-29 09:35

I\'m running in to an error when I try to run my server application from Eclipse. The error is java.net.BindException: Permission denied. I think this is be

9条回答
  •  一整个雨季
    2020-11-29 09:37

    Another option would be to use iptables or ipfilter to forward port 80 to a port above 1024.

    (Can someone contribute a link to a practical and easy-to-understand explanation ?)

提交回复
热议问题