public class ArchUtils extends Object
"os.arch" system property.
Important: The "os.arch" system property returns the architecture used by the JVM not of the operating system.
| Constructor and Description |
|---|
ArchUtils()
Deprecated.
TODO Make private in 4.0.
|
| Modifier and Type | Method and Description |
|---|---|
static Processor |
getProcessor()
Gets a
Processor object of the current JVM. |
static Processor |
getProcessor(String value)
|
@Deprecated public ArchUtils()
public static Processor getProcessor()
Processor object of the current JVM.
Important: The "os.arch" system property returns the architecture used by the JVM not of the operating system.
Processor when supported, else null.Copyright © 2001–2025 The Apache Software Foundation. All rights reserved.