I am working on a project in Netbeen for which the running project requires root privilege.
I want every time that I push the "Run Project" (F6), my project is run as root, so with the equivalent of "Geckado Javac Maine" Because there is a GUI in it.
One option is to start with NetNeans with root privileges, easily by editing the shortcut "Gaxdo Netbeen". But as I have many projects in Netbeen, this means that for every project I should run Netbeen with basic rights, this is not what I need.
Another option, of course, just open my project, but it is not ideal either.
I think these projects are possible by changing the build.xml file, but I am having trouble finding out how
after some research it would seem that this An Apache ant question is, I have access to build.xml, which I can modify so that I need to know how ant can sudo / gksudo your project However, I can not understand how to do this or if it is possible.
No comments:
Post a Comment