下载和安装Java的ZC构建方法

slapos.recipe.java的Python项目详细描述


slapos.recipe.java

This recipe downloads and installs java in your buildout.

构建配置:

Add this section to your buildout configuration:

[buildout]
parts =
    ... your other parts ...
    java
...

[java]
recipe = slapos.recipe.java

By 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.bin

Or you can install openjdk instead.

[java] recipe = slapos.recipe.java flavour = openjdk

注:

This recipe only works with linux at the moment

This recipe requires rpm2cpio and cpio to be installed on your system.

作者:

Original author: Cedric de Saint Martin - cedric.dsm [ at ] tiolive [ dot ] com

Inspired by : z3c.recipe.openoffice made by Jean-Francois Roche - jfroche@affinitic.be

更改日志

0.0.2

适应使用自动提取包,而不是rpms。 [圣马丁塞德里克]

0.0.1

初始提交 [圣马丁塞德里克]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Grid loadmask(true)在gxt中不起作用   java将字符串索引转换为整数   为什么Java泛型适用于基元数组,但不适用于基元数组?   java如何让Azure应用程序服务Tomcat将所有80/443流量转发到运行在同一应用程序服务上的JBoss   具有多个值的java转换映射到树?   java如何设置SQL server连接URL?   java设置了多个相互独立的JFrame   安全性在JAVA中如何使用RSAPrivateKey的密码短语?   java不能使用比Apache Velocity中更大的条件   如何在Java中打印字符串的所有排列   停止Android Studio自动导入java。sql。日期   对象简单计算器程序java   java如何在安卓中使用“&”符号作为字符串?   java Connect,为我的安卓应用程序从REST API发布和获取数据