coursier.jvm.Execve Maven / Gradle / Ivy
The newest version!
package coursier.jvm;
public final class Execve {
public static boolean available() {
return false;
}
public static void execve(String path, String[] command, String[] env) throws ErrnoException {
// Not supported on the JVM, returning immediately
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy