python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
PHP exec ImageMagick - magick convert not working ubuntu linux
I'm using ubuntu and have installed ImageMagick
identify -version
gives:
Version: ImageMagick 6.9.10-23 Q16 x86_64 20190101 https://imagemagick.org
Copyright: © 1999-2019 ImageMagick Studio LLC
Licen...

user11235978
Votes: 0
Answers: 2
how to use execvp() and fclose()?
I'm making a program that reads a text file with different numbers each line and put that numbers in a string. (could be in a array of integer but I need to use the function execvp so I guess i need d...
hmls
Votes: 0
Answers: 2
Gradle Exec - how to log commandline?
I am using Gradle to build my project.
The build file contains several Exec tasks to run external programs (shell scripts and the Java Packager). The build is not always successful and I want to find ...
Queeg
Votes: 0
Answers: 1
Can I use * in Process's getRunTime().exec(String[] cmdarray, String[] envp, File dir) ? I keep getting createprocess error=2
Below is the portion that is throwing the error
File dir = fcd.getSelectedFile(); // file directory in which to compile all code
String[] cmdarray = {"javac *.java"};
try {
Process proce...

Mason McGerry
Votes: 0
Answers: 1