How to run a portable Jar-File in Java 20 (OpenJDK 20)

371 views Asked by At

I would like to run a portable jar-file created with OpenJDK 20 (i.e. without installation).

So far I have managed this with the OpenJDKJRE package for Java 14 from portableapps.com. But for the OpenJDK 20 I don't know where to get the JRE. Does anyone have an idea where to get it?

1

There are 1 answers

0
nikho2000 On

Normaly the JDK already includes the JRE, so you should be fine if you install the latest JDK 20.