Searched defs:dstOtherArchDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/tools/launcher/
H A DTest7029048.java74 private static final File dstOtherArchDir; field in class:Test7029048
82 dstOtherArchDir = new File(dstLibDir, TestHelper.getComplementaryJreArch());
83 dstOtherServerDir = new File(dstOtherArchDir, "server");
86 dstOtherArchDir = null;

Completed in 30 milliseconds