Java Runtime Environment Not Found: 3 Ways to Enable it

If JRE is not found, try downloading it again from the official website

Reading time icon 3 min. read


Readers help support Windows Report. We may get a commission if you buy through our links. Tooltip Icon

Read our disclosure page to find out how can you help Windows Report sustain the editorial team Read more

Key notes

  • A Java Runtime error might appear if you have installed an older JRE or if there are issues with the software.
  • In some instances, copying the Java installation files from a different PC can help with this problem.

If the Java Runtime Environment not found message appears, you won’t be able to run Java applets on your PC at all.

This can be a problem, especially if you use Java frequently, so today, we’ll show you how to fix this error.

Why is Java not working on my computer?

This issue usually occurs if the Java Runtime Environment isn’t installed properly or if the system can’t find it.

How do I fix the Java Runtime Environment not found error?

1. Download Java Runtime Environment (JRE)

  1. Download JRE from the official website.
  2. Choose if you need a 32bit or a 64bit architecture of JRE based on your PC specifications.
  3. Click on the Agree and download button to start the actual download.
    download JRE

2. Install Java Runtime Environment (JRE)

  1. Right-click on the downloaded JRE setup file.
  2. Select Run as administrator and accept the installation prompt.
  3. Click on the Install button to complete the installation.Install JRE
  4. You will receive a message that the installation was successful. Next, click on close to complete the installation and close the window. completed JRE install

3. Copy Java installation from another PC

  1. On a PC that has Java installation, go to one of the following directories: C:\Program Files (x86)\
    C:\Program Files\
  2. Locate the Java folder, right-click it, and select Copy.
  3. On your PC, go to Program Files (x86) or the Program Files directory. Make sure that the destination directory matches the directory that you use to copy Java from.
  4. Right-click and choose Paste.

While this method works, it requires you to have another PC with Java running in order to copy files from it.

How do I know my JRE and JDK version?

  1. Press the Windows key + X and choose Windows PowerShell (Admin).
  2. To find out the JRE version, run java -version
  3. If you want to know the version of JDK, run javac -version

How do I enable Java Runtime Environment?

  1. Press the Windows key + S and enter Java. Select Configure Java.
  2. Navigate to the Java tab and click on View.
  3. Make sure Java is enabled by clicking the Enabled checkbox and then OK.

How do I find my Java Runtime Environment?

  1. Follow the steps from the previous section to view Java settings.
  2. In the Path field you’ll find the installation directory.
  3. Click X to close the window.

That is it. You should now have the latest version of Java Runtime Environment on your PC and no longer receive the error message.

This isn’t the only issue you can encounter and we already wrote about outdated Java message as well as Java not recognized error in our previous guides.

If you’re having issues with Java files, don’t hesitate to check our guide on how to run JAR files on Windows.

Please write us in a comment below if these solutions helped you or if we should include any other suggestions in our article.

More about the topics: Java, Runtime Errors