(final File jarFile)
| 34 | } |
| 35 | |
| 36 | public static void launch(final File jarFile) throws IOException { |
| 37 | new ProcessBuilder(System.getProperty("java.home") + "/bin/java", "-jar", jarFile.getAbsolutePath()).directory(ViaProxy.getCwd()).start(); |
| 38 | } |
| 39 | |
| 40 | } |
no test coverage detected