Jump to content

Java Runtime Environment 11.0.2


Karamjit

Recommended Posts

The Java Runtime Environment (JRE) provides the libraries, the Java Virtual Machine, and other components to run applets and applications written in the Java programming language. In addition, two key deployment technologies are part of the JRE: Java Plug-in, which enables applets to run in popular browsers; and Java Web Start, which deploys standalone applications over a network. Users should install the 32-bit version if they are using 32-bit browsers. If you use both 32-bit and 64-bit browser interchangeably, you need a Java Plug-in for each browser. Hence you will need to install both 32-bit and 64-bit Java respectively.

Thanks to ARMOUR for the update.

Download

Link to comment
Share on other sites


  • Replies 11
  • Views 5.8k
  • Created
  • Last Reply

11.0.2 is the Development Kit

There is no download for 11.0.2 Runtime Environment

I think this difference should be specified somewhere on FP listing.

Link to comment
Share on other sites


7 hours ago, jvidal said:

there's no JRE11, please do not post misleading stuff.

 

JRE 11 exists, just not as a separate installable package.. JRE 11 is inside JDK 11.

But The FP entry needs to updated to reflect this, as it really can be misleading.

 

Note: Oracle JDK is "commercial" now since their license changed from v11 (TL:DR;  you may not use Oracle’s JDK 11 to actually run programs unless you have a contract with Oracle), so it's best to go with an OpenJDK build , which are free (GNU GPL):

- Oracle’s official OpenJDK build: ZIP file, installation instructions.

- AdoptOpenJDK: has a separate JRE build; ZIP file, installation instructions.

- ojdkbuild: MSI installer available, can set environment paths through installer.

- or any other...

 

using ojdkbuild:

image.png

 

 

Link to comment
Share on other sites


Which Java package do I need?

  • Software Developers: JDK (Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.
  • Administrators running applications on a server:  Server JRE (Server Java Runtime Environment) For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer.
  • End user running Java on a desktop: JRE: (Java Runtime Environment). Covers most end-users needs. Contains everything required to run Java applications on your system.

 

Link to comment
Share on other sites


3 hours ago, sefton22 said:

Which Java package do I need?

  • Software Developers: JDK (Java SE Development Kit). For Java Developers. Includes a complete JRE plus tools for developing, debugging, and monitoring Java applications.
  • Administrators running applications on a server:  Server JRE (Server Java Runtime Environment) For deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer.
  • End user running Java on a desktop: JRE: (Java Runtime Environment). Covers most end-users needs. Contains everything required to run Java applications on your system.

 

i still  use JDK 8 for J downloader  . On windows I  install it  in the portableapps  platform  i dont install it on my system  in Linux  I just put it in the J Downloader 2  Java folder

 

Java SE Development Kit 8u202

https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html

 

 info

https://openjdk.java.net/projects/jdk8u/releases/8u202.html

 

See here on Linux  in JD  2

Java

 

the JRE  and the man   folder of the archives is all you need to update java for your  apps. ;)

 

When you type into  a search engine  download Java for your desktop computer  it will take you to a page to download  JRE Version 8 Update 201  at Oracle  they also post the newer version witch is 202 to download as well.

https://www.java.com/en/download/

 

No version since v8  is  for home users yet when that java.com  page tells you to use something else it will be changed .. Every since Java 9 came out the front page has been posting versions not for consumers  so I stop getting my Java updates from here.:lmao:

 

Java  JRE Downloads for All Operating Systems  Recommended Version 8 Update 201

Release date January 15, 2019

https://www.java.com/en/download/manual.jsp

 

Quote


Java 8 is scheduled for January 2019 for commercial use, and not earlier than December 2020 for non-commercial use. For Java 11, long-term support will not be provided by Oracle; instead, the broader OpenJDK community, as AdoptOpenJDK, is expected to perform the work.

 

https://en.wikipedia.org/wiki/Java_version_history

https://jdk.java.net/11/

 

Link to comment
Share on other sites


7 hours ago, shamu726 said:

- AdoptOpenJDK: has a separate JRE build; ZIP file

 I was able to  get J Downloader 2 working  in Linux with this build  (bookmarked) I will  test installing it  in the portable apps platform  next time i'm on windows.. ;)

Java 

 

:dance2:

 

The problem  is they not updated to 11.02 yet so it got none of the security fixes so reverting back to  8u202 witch have all the security fixes tell they update AdoptOpenJDK version.:rolleyes:

 

Edit :I can build 11.02 to work from

https://jdk.java.net/11/

Java

But it don't have a updated man folder I need like comes with AdoptOpenJDK version 11.01 but works if i use it .

 

Edit :2 i removed the man folder and J Downloader 2  works without  it so i don't think i even need  it for it to work.

 

 

 

 

Link to comment
Share on other sites


Sorry @Karamjit

there is no seperate jre installer for v11, structure of Java 11 has changed. Only the JDK v11.x is released

https://www.oracle.com/technetwork/java/javase/11-relnote-issues-5012449.html

Important Changes and Information

The following are some important changes in and information about this release. In some cases, additional details about the changes described below are provided in these Release Notes.

  • The deployment stack, required for Applets and Web Start Applications, was deprecated in JDK 9 and has been removed in JDK 11.
  • Without a deployment stack, the entire section of supported browsers has been removed from the list of supported configurations of JDK 11.
  • Auto-update, which was available for JRE installations on Windows and macOS, is no longer available.
  • In Windows and macOS, installing the JDK in previous releases optionally installed a JRE. In JDK 11, this is no longer an option.
  • In this release, the JRE or Server JRE is no longer offered. Only the JDK is offered. Users can use jlink to create smaller custom runtimes.
  • JavaFX is no longer included in the JDK. It is now available as a separate download from openjfx.io.
  • Java Mission Control, which was shipped in JDK 7, 8, 9, and 10, is no longer included with the Oracle JDK. It is now a separate download.
  • Previous releases were translated into English, Japanese, and Simplified Chinese as well as French, German, Italian, Korean, Portuguese (Brazilian), Spanish, and Swedish. However, in JDK 11 and later, French, German, Italian, Korean, Portuguese (Brazilian), Spanish, and Swedish translations are no longer provided.
  • Updated packaging format for Windows has changed from tar.gz to .zip, which is more common in Windows OSs.
  • Updated package format for macOS has changed from .app to .dmg, which is more in line with the standard for macOS.

 

jlink:https://docs.oracle.com/en/java/javase/11/tools/jlink.html

Link to comment
Share on other sites


time to ditch oracle java.

Which is the best runtime alternative for end users who only want to run java apps, not develop them? the easiest to install and more compatible?

Link to comment
Share on other sites


  • anuraag locked this topic

Archived

This topic is now archived and is closed to further replies.

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...