java.io.File file =new java.io.File(path);
Runtime.getRuntime().exec("./"+file.getName(), null, new java.io.File(file.getParent()));
Ubuntu下测试成功!