Skip to content

Fix: Java error: Release version 19 not supported

  • by
  • 3 min read
Top 7 games for kids to learn coding | Candid.Technology

Java is one of the most popular programming languages in the world but as easy as it is to learn, it isn’t perfect and can cough up random errors and glitches occasionally. More often than not, the error message itself will be descriptive enough for you to work out the problem on your own, but if it isn’t, that can leave many novice developers stranded.ย 

In this article, we’re talking about how to fix “Java error: release version 19 not supported”, and the reasons that might cause the error in the first place.

Also read: How to fix โ€˜Java: compilation failed: internal java compiler errorโ€™?


What causes “Java error: Release version 19 not supported”?

There are actually a number of reasons why you might experience this problem. Some of the most common factors include:

  • Outdated JVM or JDK version 
  • Incorrect IDE configuration
  • Project bytecode settings aren’t proper
  • Issues caused by third-party libraries

How to fix “Java error: Release version 19 not supported”?

Here are four fixes you can try out.

Update Java compiler settings

The error often happens in IntelliJ after a Java version update. All you have to do is head over to IntelliJ settings, followed by Java Compiler settings. Once there, make sure that the Project bytecode version is set to the preferred Java version or in this case, version 19. Restart your IDE and you should be good to go. 

Top 7 IDEs and Text Editors to code Python, Java, C++, HTML and more

Check third-party dependencies

If you’re using any third-party libraries or APIs in your code, check to see if their configuration files are set up properly and that they’re using the appropriate JDK versions. If your project works on version 19 but the library uses some other version, you can run into errors like this. 


Update JDK

Updating your JDK version can also help get rid of uncalled-for compilation issues. Head over to Oracleโ€™s JDK download page and download the x64 installer for the latest JDK version. Install the downloaded installer once the download is complete. 

A JNI error has occurred in Minecraft: 3 Fixes
You can check out our detailed guide on how to install Java on Windows here and Linux here

Also read: Fix: Error adding symbols: DSO missing from the command line


Reinstall Java

If nothing else works, you will have to remove Java from your PC and reinstall it again to iron out any issues. 

Step 1: Press Windows key + X to bring up the quick access menu. Select Apps and Features from this menu.

How to fix Discord Javascript error? | Candid.Technology

Step 2: Find Java in the list, click on it and select Uninstall. 

How to fix Discord Javascript error? | Candid.Technology

Once the uninstaller is complete, you can download Java and reinstall it to fix the problem.

Check out our detailed guide on how to install Java in Windows here

Also read: Fix: Java.lang.outofmemoryerror: gc overhead limit exceeded

nv-author-image

Yadullah Abidi

Yadullah is a Computer Science graduate who writes/edits/shoots/codes all things cybersecurity, gaming, and tech hardware. When he's not, he streams himself racing virtual cars. He's been writing and reporting on tech and cybersecurity with websites like Candid.Technology and MakeUseOf since 2018. You can contact him here: [email protected].

>