public class ArchUtils extends Object
Important: The os.arch System Property returns the architecture used by the JVM not of the operating system.
Constructor | Description |
---|---|
ArchUtils() |
Modifier and Type | Method | Description |
---|---|---|
static Processor |
getProcessor() |
Returns a
Processor object of the current JVM. |
static Processor |
getProcessor(String value) |
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–2018. All rights reserved.