run-as-root
run-as-root copied to clipboard
A java library to run pieces of code as root.
Results
2
run-as-root issues
Sort by
recently updated
recently updated
newest added
I would like to use this library in a JavaFX project. I am using IntelliJ with the default JavaFX template. I add the library to `module-info.java` like this: ```java requires...
For my library building upon your libraries I get the following Maven warning: "[WARNING] Required filename-based automodules detected: [run-as-root-1.2.3.jar, out-process-1.2.7.jar]. Please don't publish this project to a public artifact repository!"...