Learn R Programming

J4R (version 1.0.7)

getJavaArchitecture: Get Java architecture

Description

Return the architecture of the Java installation, i.e. either 32-Bit or 64-Bit. It actually returns the second slot of the list produced by the getJavaVersion function.

Usage

getJavaArchitecture()

Arguments

Value

the architecture, i.e. 32-Bit or 64-Bit

See Also

getJavaVersion