How to check the version of Java in Notes

  • 29 Aug, 2013

There are three options:
OPTION 1:

About IBM Lotus Notes
-- In Notes, select Help -> About IBM Lotus Notes
-- Click the “Configuration Details” button and look for the following line

    java.runtime.version=pwi3260sr12ifx-20121108_01 (SR12)

OPTION 2:

Issue “java -version” command
-- In Command Prompt, navigate to jvmbin
-- Issue the command java -version
-- The output should appear as follows:

java version “1.6.0”
Java(TM) SE Runtime Environment (build pwi3260sr12ifix-20121108_01(SR12+IV31417))
IBM J9 VM (build 2.4, JRE 1.6.0 IBM J9 2.4 Windows 7 x86-32 jvmwi3260sr12-20121024_126067 (JIT enabled, AOT enabled)
J9VM - 20121024_126067
JIT  - r9_20120914_26057
GC   - 20120928_AA)
JCL  - 20121108_01

Note : If you do not issue “java -version” from within the jvmbin directory, the system JVM version will be returned instead of the Notes JVM version.

OPTION 3:

-- In Notes select Tools ->  Show Java Debug Console

there you can enter commands in the upper part of the debug-window

v   -> version

h -> help

Image:How to check the version of Java in Notes

Related Posts

Migrating messages from Domino to Google using IMAP

  • 20 Feb, 2022

It's only for messages. No calendar migration Imapsync command is a tool allowing incremental and recursive imap transfers from one mailbox to another. If you don't understand the previous sentence,

Migrating messages from Domino to Google using IMAPRead More

Domino V12 and Verse 2.1 How to add a Photo URL

  • 08 Jun, 2021

Today i setup a Domino V12 server just for test some new features. A customer ask to use photos on Verse hosting photos on Domino. Domino V12 comes with Verse 2.0. I just download the version 2.1 of

Domino V12 and Verse 2.1 How to add a Photo URLRead More

Notes / Domino is forever

  • 04 Feb, 2021

Yesterday it seemed like it would be an ordinary working day but a client called me informing about the expiration of a certifier. It would be normal to resolve the problem with the re-certification p

Notes / Domino is foreverRead More