Java Runtime's icon

Java Runtime

Oracle's Java Runtime Environment.

Description

Oracle's Java Runtime Environment allows you to run Java applications. This JRE image includes browser support for use with Java based web applications and Java applets. There is another JRE image without browser support called oracle\jre-core that can be used for applications that require the Java runtime but are not web based.

Readme

Getting started

Simple steps to get started:

> turbo run oracle/jre

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

> turbo run mozilla/firefox,oracle/jre

Running a Java Application

Start the container:

> turbo run oracle/jre

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


# Package your application

Then build it with the turbo build command:

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

Looking for the JDK? The JDK is in the separate jdk repository


Release Notes

No release notes


EULA

  • Actions

    Go to TurboScript
  • Dependencies
    No dependencies
  • Used By
    vuze hyperion jgrasp jetty jetty-7 kronos groovy jgrasp siebel xmind geogebra tika jetty-8
  • Website
  • Current
    8.4410.7 updated 2 months ago
  • Details
    Updated: January 22, 2025
    Created: October 24, 2014