How do I run my application as superuser from Eclipse?
Posted
by Ronald
on Stack Overflow
See other posts from Stack Overflow
or by Ronald
Published on 2010-04-05T18:39:01Z
Indexed on
2010/04/05
18:43 UTC
Read the original article
Hit count: 298
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 because I am using port 443 to set up an SSL connection. I can get around this problem if I run my code on the command line using javac and sudo. Is there a way to set up Eclipse so that when I hit the run button, my application is executed with sudo?
© Stack Overflow or respective owner