Assuming you're doing IoT development and want to run an
application to a remote platform that needs to interact, for
example, with the Raspberry Pi
GPIO, you need to have write access to the virtual files of the
kernel.
For example, if that program is executed without "root" rights,
it might crash with the following error:
Before NetBeans IDE 8.0.1, a workaround that Jens Deters came up
with to circumvent the above problem, was to call a shell script
that does the job, as...