java.net.BindException: Permission denied

来源:互联网 发布:怎样参加淘宝聚划算 编辑:程序博客网 时间:2024/05/16 14:56

 java.net.BindException: Permission denied


Most UNIX systems require superuser privileges to open sockets below 1024,  which includes the IANA-standard SMTP (on port 25), POP3 (on port 110),  IMAP (port ) and NNTP (port ).解决办法:1. sudo执行2. 使用大于1024端口 

原创粉丝点击