} else if (osName.contains("solaris") || osName.contains("sunos")) {
fname = "solaris_natives";
} else if (osName.contains("linux") || osName.contains("unix")) {
fname = "linux_natives";
} else {
throw new UnsupportedOSException();
}
if (!tempDir.exists()) tempDir.mkdir();
stateChanged("Downloading Native LWJGL files...", -1);