Examples of UnsupportedOSException


Examples of org.spoutcraft.launcher.exception.UnsupportedOSException

    } 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);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.