- Hudson 3 Essentials
- Lloyd H. Meinholz
- 186字
- 2021-07-21 18:00:10
Hudson prerequisites
Hudson requires a JDK (Java Development Kit). There is an official and closed source JDK that is provided by Oracle and even an open source JDK.
The Oracle JDK can be downloaded from http://www.oracle.com/technetwork/java/javase/downloads/index.html.
Instructions on how to install OpenJDK, the open source version of the JDK, can be found at http://openjdk.java.net/install/index.html.
The Oracle JDK will be used for the examples in this book, since OpenJDK installs easily only on Linux. Hudson documentation recommends using the Oracle JDK 1.6.0. However, since this version of JDK has reached its end of life (the end of public updates was on February 2013), and Hudson seems to work on JDK 1.7.0, this book will use the latest version of the 1.7.0 release, currently 1.7.0_25.
After installing the JDK, create the environment variable ${JAVA_HOME}
as described previously, and set its value to the installation directory of the JDK. Then add ${JAVA_HOME}/bin
to the beginning of the ${PATH}
environment variable.
Additionally, it is recommended that Hudson should be run in an application server for production usage. There are application server-specific instructions on installing Hudson on the Hudson wiki http://wiki.eclipse.org/Hudson-ci/Containers.
- 數據浪潮
- 大數據技術基礎
- Live Longer with AI
- 算法與數據中臺:基于Google、Facebook與微博實踐
- Hadoop大數據實戰權威指南(第2版)
- 智能數據時代:企業大數據戰略與實戰
- 數據庫原理與設計(第2版)
- LabVIEW 完全自學手冊
- 大數據分析:數據倉庫項目實戰
- 活用數據:驅動業務的數據分析實戰
- R Machine Learning Essentials
- Hands-On Java Deep Learning for Computer Vision
- Applying Math with Python
- Discovering Business Intelligence Using MicroStrategy 9
- SQL應用開發參考手冊