public class NativeSystem extends Object
java.library.path property.| Modifier and Type | Class and Description |
|---|---|
static class |
NativeSystem.Arch
The system architecture enum.
|
static class |
NativeSystem.Family
The operating system family enum.
|
| Constructor and Description |
|---|
NativeSystem() |
| Modifier and Type | Method and Description |
|---|---|
static NativeSystem.Arch |
getArchitecture()
Determines the current system architecture.
|
static NativeSystem.Family |
getFamily()
Determines the current operating system family.
|
public static NativeSystem.Family getFamily()
public static NativeSystem.Arch getArchitecture()
Copyright © 2006-2015 ${project.vendor}. All Rights Received.