在ubuntu上安装旧的Java1.4.2
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在ubuntu上安装旧的Java1.4.2相关的知识,希望对你有一定的参考价值。
Installation .bin file must be modified:There's old commands than must be commented/deleted.
The 'tail' command is changed (check the starting line for the binary data).
Thanks Johan Louwers!
tail -n +417 $0 > $outname #if [ -x /usr/bin/sum ] ; then # echo "Checksumming..." # # sum=`/usr/bin/sum $outname` # index=1 # for s in $sum # do # case $index in # 1) sum1=$s; # index=2; # ;; # 2) sum2=$s; # index=3; # ;; # esac # done # if expr $sum1 != 13852 || expr $sum2 != 13822 ; then # echo "The download file appears to be corrupted. Please refer" # echo "to the Troubleshooting section of the Installation" # echo "Instructions on the download page for more information." # echo "Please do not attempt to install this archive file." # exit 1 # fi #else # echo "Can't find /usr/bin/sum to do checksum. Continuing anyway." #fi
以上是关于在ubuntu上安装旧的Java1.4.2的主要内容,如果未能解决你的问题,请参考以下文章
如何在 Ubuntu 16.04 上的 XAMPP 中安装较旧的 PHP 版本?
markdown 在Intel Nuc上设置Ubuntu Web服务器,步骤和代码片段
续:纠正:ubuntu7.04可以安装,而且完美的安装 ! for《Oracle-10.2.0.1,打补丁10.2.0.5:在 debian 版本4不含4以上,及 ubuntu 7.04不含(代码片段