Java Runtime Development Build's icon

Java Runtime Development Build 9b73

Oracle's Java Runtime Environment - early access releases.

Description

Oracle releases periodic early access snapshots of the binaries and documentation for JDK 9 snapshots on java.net. These raw snapshots let you review and contribute to the Java SE platform as it is being developed. Download the latest preview updates JDK 9, the next generation of the Java Development Kit. Source code may be found through the OpenJDK JDK 9 project.

Readme

Getting started

Simple steps to get started:

>turbo run oracle/jre-dev

Many web applications require Java, and you can include it with any browser:

> turbo run oracle/jre-dev,opera/opera

Note: v. 9.67 doesn't work with mozilla/firefox.

Running a Java Application

Start the container:

turbo run oracle/jre-dev

Then run the java command:

java -jar your-java-application.jar

Use as base image

This image is also optimal to base a Java image on. Use it in the from clause in your spoon script:

# Use Java as a base image

from oracle/jre-dev


# Package your application

Then build it with the spoon build command:

spoon build --name=my-java-based-app spoon.me

Looking for the JDK 9? The JDK 9 is in the separate jdk repository (to be added soon)


Release Notes

No release notes


EULA

  • Actions

    Go to TurboScript
  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
  • Current
    9b73 updated 10 years ago
  • Details
    Updated: January 18, 2016
    Created: June 8, 2015