zc.buildout recipe that downloads and installs Java
Project description
This recipe downloads and installs java in your buildout.
Buildout configuration:
Add this section to your buildout configuration:
[buildout] parts = ... your other parts ... java ... [java] recipe = slapos.recipe.javaBy default it will fetch Java 6u25, but you might want to install from another location or another version like this:
[java] recipe = slapos.recipe.java download-url = ftp://location/to/self-extracting/java.binOr you can install openjdk instead.
[java] recipe = slapos.recipe.java flavour = openjdk
Notes:
This recipe only works with linux at the moment
This recipe requires rpm2cpio and cpio to be installed on your system.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file slapos.recipe.java-0.0.1.tar.gz
.
File metadata
- Download URL: slapos.recipe.java-0.0.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cd52161b8e67ecdc851451b25de2b0ef4e541099eb950d23488087647493dbb |
|
MD5 | 77c99e28858581739342970cd3bd76d3 |
|
BLAKE2b-256 | 6eceee7c800bbcfb07c170ad1ae6a41d70f32fdff0a489ce07ccdf71ccde38e6 |