< prev index next >

test/jdk/java/net/httpclient/websocket/LoggingHelper.java

Print this page

        

@@ -30,9 +30,9 @@
      * have for security policy files:
      *
      *     @run main/othervm/jul=logging.properties ClassUnderTest
      */
     public static void setupLogging() {
-        String path = System.getProperty("test.src") + File.separator + "logging.properties";
+        String path = System.getProperty("test.src", ".") + File.separator + "logging.properties";
         System.setProperty("java.util.logging.config.file", path);
     }
 }
< prev index next >