gpt4 book ai didi

java - 从 java 代码运行 shell 脚本

转载 作者:行者123 更新时间:2023-11-29 06:58:11 24 4
gpt4 key购买 nike

<分区>

我几乎快要死了试图解决这个问题..有人可以帮忙......请问?

代码如下:

import java.io.*;
import java.lang.Runtime;
import java.util.*;

public class WORKBRO {

public static void main(String args[])
{
try
{
String target = new String("/home/dhirendra.panwar/Desktop/test.sh");
Runtime rt = Runtime.getRuntime();
Process proc = rt.exec(target);

} catch (Throwable t)
{
t.printStackTrace();
}
}
}

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com