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.
Start the container:
turbo run oracle/jre-dev
Then run the java command:
java -jar your-java-application.jar
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)
No release notes
This repository does not have an EULA
Actions