
hudson.tools.CommandInstaller.help_de.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hudson-core Show documentation
Show all versions of hudson-core Show documentation
Contains the core Hudson code and view files to render HTML.
The newest version!
Startet ein Shell-Kommando Ihrer Wahl, um das Hilfsprogramm zu installieren.
Unter Ubuntu könnte das beispielsweise so aussehen (unter der Annahme, daß
der Hudson-Benutzer in /etc/sudoers
gelistet ist):
sudo apt-get --yes install openjdk-6-jdk
(In diesem Fall geben Sie /usr/lib/jvm/java-6-openjdk
als Stammverzeichnis
des Hilfsprogramms an.)
Weiteres Beispiel: Um Sun JDK 6 für (x86) Linux zu installieren, können Sie
DLJ einsetzen:
bin=jdk-6u13-dlj-linux-i586.bin
if [ \! -f $bin ]
then
wget --no-verbose http://download.java.net/dlj/binaries/$bin
sh $bin --unpack --accept-license
fi
(In diesem Fall geben Sie jdk1.6.0_13
als Stammverzeichnis
des Hilfsprogramms an.)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy