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); }