FreeBSD 4.9下安装 JDK1.4.2的说明
来源:岁月联盟
时间:2008-01-19
在安装的过程中我都选择了默认安装,你需要自己配置的就是IP地址和时区。
2、从packages安装cvsup和linux兼容包
#cvsup –P m /usr/share/examples/cvsup/ports-supfile 或 #cvsup /usr/share/examples/cvsup/ports-supfile 假如无法更新,修改ports-supfile。 #ee ports-supfile 把*default host = 这一行修改为 *default host = cvsup.freebsd.org 或 *default host = cvsup.cn.freebsd.org
然后再更新。经过10多分钟就更新完了。
4、从FreeBSD网站下载JDK的补丁包,从SUN的网站下载LINUX版本的JDK1.4.2。
需要的文件列表是:
bsd-jdk122-patches-11.tar.gz bsd-jdk131-patches-1.tar.gz bsd-jdk131-patches-2.tar.gz bsd-jdk131-patches-3.tar.gz bsd-jdk131-patches-4.tar.gz bsd-jdk131-patches-5.tar.gz bsd-jdk131-patches-6.tar.gz bsd-jdk131-patches-7.tar.gz bsd-jdk131-patches-8.tar.gz bsd-jdk131-patches-9.tar.gz bsd-jdk14-patches-1.tar.gz bsd-jdk14-patches-2.tar.gz bsd-jdk14-patches-3.tar.gz bsd-jdk14-patches-4.tar.gz bsd-jdk14-patches-5.tar.gz bsd-jdk14-patches-6.tar.gz freebsd-jdk122-patches-10.tar.gz freebsd-jdk122-patches-3.tar.gz freebsd-jdk122-patches-4.tar.gz freebsd-jdk122-patches-5.tar.gz freebsd-jdk122-patches-6.tar.gz freebsd-jdk122-patches-7.tar.gz freebsd-jdk122-patches-8.tar.gz freebsd-jdk122-patches-9.tar.gz j2sdk-1_4_2-bin-scsl.zip j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2_03-linux-i586.bin
把这些文件收集全了放到/usr/ports/distfiles目录下。这里给大家说一个我犯的错误,我是用的Windows2K下的这些文件,在2K上用IIS做了一个匿名FTP,然后在FreeBSD上从IIS下载,由于
JAVA_HOME=/usr/local/jdk1.4.2 CLASSPATH=/usr/local/jdk1.4.2/lib:/usr/local /jdk1.4.2/lib/dt.jar:/usr/local/jakarta-tomcat5.0 /common/lib:/usr/local/jakarta-tomcat5.0/common/lib /tools.jar:/usr/local/jakarta-tomcat5.0/common/lib/ mysql-connector-java-3.0.10-stable-bin.jar TOMCAT_HOME=/usr/local/jakarta-tomcat5.0
以上的变量包括了Tomcat的内容,假如你没有安装Tomcat可以把这部分去掉。安装Tomcat非常简单,直接在/usr/ports/Jakarta-tomcat5下make installl就可以了。