> > I am working on a project in netbeans that needs to execute with root
> > permissions. Is there a way to configure the project to execute and/or
[quoted text clipped - 16 lines]
> --
> Lew
Thanks for the reply. I thought about using a script, but I'm also not
sure how to get netbeans to execute a script instead of a program when
selecting run (I doubt debugging would work at all through this
method). It sounds like i'll just have to run as root, The main reason
I don't want to run as root is I'm afraid all my config files will
then have root privileges and I won't be able to run netbeans as
anything but root next time. Oh well...
thanks again
Ted
CK - 17 Apr 2008 20:29 GMT
*snip*
>Thanks for the reply. I thought about using a script, but I'm also not
>sure how to get netbeans to execute a script instead of a program when
>selecting run (I doubt debugging would work at all through this
>method).
Another solution, just develop in NetBeans, then build your project
and then execute a shell script from the console sudoing to root?
--
Claus Dragon <clauskick@mpsahotmail.com>
=(UDIC)=
d++ e++ T--
K1!2!3!456!7!S a29
"Coffee is a mocker. So, I am going to mock."
- Me, lately.
Lew - 18 Apr 2008 12:46 GMT
> Thanks for the reply. I thought about using a script, but I'm also not
> sure how to get netbeans to execute a script instead of a program when
> selecting run
<http://ant.apache.org/manual/CoreTasks/exec.html>

Signature
Lew