Platform (Session - Java)

Read-only. The name of the platform the session is running on.

Defined in

Session

Data type

String

Syntax

public String getPlatform()
    throws NotesException

Legal values

Value

Platform

"AIX/64"

AIX® 64-bit

"Linux/64"

Linux 64-bit

"Macintosh"

Macintosh

"Macintosh/64"

Macintosh 64-bit

"OS/400®"

OS/400®

"UNIX"

UNIX (Sun, Linux, AIX®)

"Windows/32"

Windows 32-bit

"Windows/64"

Windows 64-bit

Example