< prev index next >

test/lib/testlibrary/jdk/testlibrary/JDKToolLauncher.java

Print this page

        

*** 44,54 **** * ProcessBuilder pb = new ProcessBuilder(jmap.getCommand()); * Process p = pb.start(); * } * </pre> * @deprecated This class is deprecated. Use the one from ! * {@code <root>/test/lib/share/classes/jdk/test/lib} */ @Deprecated public class JDKToolLauncher { private final String executable; private final List<String> vmArgs = new ArrayList<String>(); --- 44,54 ---- * ProcessBuilder pb = new ProcessBuilder(jmap.getCommand()); * Process p = pb.start(); * } * </pre> * @deprecated This class is deprecated. Use the one from ! * {@code <root>/test/lib/jdk/test/lib} */ @Deprecated public class JDKToolLauncher { private final String executable; private final List<String> vmArgs = new ArrayList<String>();
< prev index next >