package www.woniu.gui.one;
import java.io.IOException;
public class Test__Three {
public static void main(String[] args) {
// TODO Auto-generated method stub
try {
Runtime runtime= Runtime.getRuntime();
runtime.exec("java -jar C:\\Users\\Administrator\\Desktop\\Mycac__four.jar");
} catch (IOException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}