< prev index next >

test/jdk/java/lang/RuntimeTests/exec/UnixCommands.java

Print this page
rev 59105 : imported patch corelibs

*** 30,40 **** */ public class UnixCommands { public static final boolean isUnix = ! System.getProperty("os.name").startsWith("Windows"); public static final boolean isLinux = System.getProperty("os.name").startsWith("Linux"); - public static final boolean isSunOS = System.getProperty("os.name").equals("SunOS"); private static final String[] paths = {"/bin", "/usr/bin"}; private static Map<String,String> nameToCommand = new HashMap<>(16); --- 30,39 ----
< prev index next >