Class Platform

java.lang.Object
com.lambdaworks.jni.Platform

public class Platform extends Object
A platform is a unique combination of CPU architecture and operating system. This class attempts to determine the platform it is executing on by examining and normalizing the os.arch and os.name system properties.