下载和安装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 RESTful API分块响应   java读取在线存储的文本文件   在Java ME中将双精度舍入到小数点后5位   java查找一个数字的最接近因子   java更改JMenuBar的字体   java Kmeans聚类算法运行时间和复杂性   java是否可以阻止try catch返回null   java内容解析器指向具有正确URI的错误表   java Android Kotlin插装测试未被识别为插装测试   java TestNG@Dataprovider   在forloop和print语句中声明变量时发生java错误   java在Android Studio 3中设置JNI