1. Home
  2. Opkey Help
  3. 2. Installing supporting components
  4. 2.1 Installing JRE (version 1.8 or above)

2.1 Installing JRE (version 1.8 or above)

Downloading & Installing the JRE Installer on Windows platform:

Opkey Web supports Java 8 or above versions. JDK is a superset of JRE, and contains everything that is in JRE, plus tools such as the compilers and debuggers necessary for developing applets and applications. If you are installing JDK then you don’t need to install JRE separately.

You can download JRE 8 or above version and install it on your machine. The JRE Installer is located on the Java SE Runtime Environment 10 Downloads page.

Note:

The Windows Offline installer and Windows installer contains everything that is required to install the JRE. The Microsoft Windows Installer (MSI) Enterprise JRE Installer is also available, which enables you to install the JRE across your enterprise. It requires a commercial license for use in production.

Downloading the JRE Installer

  • Note the file size specified on the download page and, after the download has completed, verify that you have downloaded the complete file.

Running the JRE Installer
You must have Administrative privileges in order to install the JRE on Microsoft Windows.

Start the JRE 8 Installer by double-clicking the installer’s icon or file name in the download location.

Installation wizard shows some important information. Click OK to proceed installation.

JRE Installation is in progress.

You get following message once JRE gets installed successfully on your Windows machine.

JRE 8 has been installed on your machine successfully. Further, you need to configure Path of Environment Variable.

Configuration of Java Environment Variable Path:

Before you start working on Opkey Web, need to setup Java Environment Variable path on that machine by following below steps:

  • Select Control Panel and then System.
  • Click Advanced system settings.

  • Navigate to the Advanced tab and click on Environment Variables.

  • Go to the System Variables tab and click on New.
  • Enter JAVA_HOME as Variable Name and the Path of installed JDK as Variable Value.
  • Click on OK. Close other windows while clicking OK.

Java Variable path has been configured successfully.

How to check Java Version installed on your Windows machine?

You can easily check the version of Java installed on your machine. Follow the below given instructions:

  • Open command prompt (Press Windows with R & type CMD).
  • Type Java -version and press enter.
  • Java Version installed on the machine can be viewed easily.

How to check Java Version installed on your Mac machine?

You can easily check the version of Java installed on your machine. Follow the below given instructions:

(A) If JDK is installed on your Mac machine then you should follow the below given steps:

  • Open Terminal on your Mac machine.
  • Type Java -version command and press enter.
  • Java Version installed on the machine can be viewed easily.

(B) If only JRE is installed on your Mac machine then you should follow the below given steps:

  • Open Terminal on your Mac machine.
  • Type following command and press Enter:

/Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/bin/java -version

  • Java Version installed on the machine can be viewed easily.

Was this article helpful to you? Yes 526 No 67