diff --git a/plugins/TestingList.java b/plugins/TestingList.java index 39fe58f..7a978b5 100644 --- a/plugins/TestingList.java +++ b/plugins/TestingList.java @@ -332,7 +332,7 @@ public class TestingList extends Panel { // TODO add your handling code here: if (System.getProperty("os.name").toLowerCase().contains("windows")) { String cmd; - cmd = "rundll32 url.dll,FileProtocolHandler " + TESTS_LOG_DEFAULT_DIR; + cmd = "notepad.exe " + TESTS_LOG_DEFAULT_DIR; try { Runtime.getRuntime().exec(cmd); } catch (IOException ex) {