java runtime.getRuntime (). exec

Runtime.getRuntime().exec("google-chrome");
//starts google
//enter the name of the program you want to excecute as 
//the 1st argument in the function
Witty Whale