ACTION PERFORMED :
try {
Runtime runTime = Runtime.getRuntime();
String executablePath = "C:\\Users\\sdkca\\AppData\\Local\\Programs\\Microsoft VS Code\\Code.exe"; //GANTI DI LOKASI PADA FOLDER ANDA.
Process process = runTime.exec(executablePath);
} catch (IOException e) {
e.printStackTrace();
}
No comments:
Post a Comment