From 96c150711e22bdb4e8b11121ee64f0162661f83f Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Mon, 11 Dec 2017 15:04:34 +0100 Subject: [PATCH] Closedown --- plugins/TestingList.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/TestingList.java b/plugins/TestingList.java index acad76e..ece6e92 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -1441,7 +1441,7 @@ public class TestingList extends Panel { private void jButtonLogActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_jButtonLogActionPerformed try { - Process p = Runtime.getRuntime().exec(new String[]{"bash","chromium-browser","http://city.psi.ch:1100"}); + Process p = Runtime.getRuntime().exec("chromium-browser http://city.psi.ch:1100"); } catch (IOException ex) { Logger.getLogger(TestingList.class.getName()).log(Level.SEVERE, null, ex); }