< prev index next >

jdk/test/tools/launcher/LauncherMessageTest.java

Print this page
rev 17249 : 8180887: move FileUtils to top level testlibrary
Reviewed-by: duke

*** 22,41 **** */ /** * @test * @bug 8167063 ! * @library /lib/testlibrary ! * @build jdk.testlibrary.FileUtils * @run main LauncherMessageTest * @summary LauncherHelper should not throw JNI error for LinkageError */ import java.io.File; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; ! import jdk.testlibrary.FileUtils; public class LauncherMessageTest { public static void main(String[] args) throws Exception { String userDir = System.getProperty("user.dir", "."); --- 22,41 ---- */ /** * @test * @bug 8167063 ! * @library /test/lib * @run main LauncherMessageTest * @summary LauncherHelper should not throw JNI error for LinkageError */ + import java.io.File; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; ! import jdk.test.lib.util.FileUtils; public class LauncherMessageTest { public static void main(String[] args) throws Exception { String userDir = System.getProperty("user.dir", ".");
< prev index next >