python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SELinux blocks execution of native executable on Android
I am trying to run my own native executable. The code looks like this:
String[] command = {"/data/user/0/org.smowsoft.systeminformation.nativelib.test/files/smoproc"};
ProcessBuilder builder...

zomega
Votes: 0
Answers: 1
How to deal with a directory that has a space in it being passed to ProcessBuilder and then to Exp.exe?
I am working on an issue where spaces in a directory cause a program that runs exp.exe to crash. The user first selects a .dmp file from any directory they want, which is then used to build an argumen...
binarycoffee356
Votes: 0
Answers: 1
Running another program but leaving stdout/stderr alone
I need, from a Java program, to run another program (a plain commandline executable), wait for it to finish, check the exit code. This can be done easily enough:
static void run(String[] cmd) throws I...
rwallace
Votes: 0
Answers: 1
ProcessBuilder error with starting new Vaadin app
I am a new Spring Boot Programmer and I got the below exception while running my spring boot program. I have made a rest controller and method in it.
Cannot run program "--no-update-notifier&quo...
Debanjan Kuri
Votes: 0
Answers: 0