Installation of RPM File Use these instructions if you want to install jdk in the form of RPM packages. If you want to use the self-extracting binary file instead, see Installation of Self-Extracting Binary . 1. Download and check the file size. You can download to any directory you choose. Before you download the file, notice its byte size provided on the download page on the web site. Once ...
by playingfly - Java文档中心 - 2007-11-02 15:48:27 阅读(910) 回复(0)
解决方法如下: 1、在windows的字体目录拷贝simsun.ttf文件(如果是simsun.ttc你就复制成ttf吧)到jdk字体目录 #cp simsun.ttf $JAVA_HOME/jre/lib/fonts 如果你的系统用simsun汉化过,这里添加一个simsun字体文件的软链接也可以。 2、修改$JAVA_HOME/jre/lib/fonts/fonts.dir文件内容,记得要先做个备份呀,将每行的原来的字体改成simsun.ttf吧 以下有个例子: 48 simsun.ttf -b&h-lucidabright-medium-r-normal--0-0-0-0-p-0-iso...
一、、安装jdk 从sun网站上直接下载jdk:http://java.sun.com/j2se/1.5.0/download.html 提供了两个下载: 1、RPM in self-extracting file (jdk-1_5_0_10-linux-i586.bin) 这个是自解压的文件,在linux上安装如下: # chmod u+x ./jdk-1_5_0_10-linux-i586.bin # ./jdk-1_5_0_10-linux-i586 在按提示输入yes后,jdk被解压到./jdk-1.5.0_10-linux-i586目录下。为与下面2中jdk安装路径一致,我们进行...
当我在linux下安装jdk1.5的时候出现了下面这种情况: [sjw@cvsserver sjw]$ rpm -ivh jdk-1_5_0_02-linux-i586.rpm error: cannot get exclusive lock on /var/lib/rpm/Packages error: cannot open Packages index using db3 - 不允许的操作 (1) error: cannot open Packages database in /var/lib/rpm 请问这是怎么回事?谢谢!
当我在linux下安装jdk1.5的时候出现了下面这种情况: [sjw@cvsserver sjw]$ rpm -ivh jdk-1_5_0_02-linux-i586.rpm error: cannot get exclusive lock on /var/lib/rpm/Packages error: cannot open Packages index using db3 - 不允许的操作 (1) error: cannot open Packages database in /var/lib/rpm 请问这是怎么回事?谢谢!
chm格式的,希望对大家又帮助: jdk1.5 的帮助文档 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/21684/showart_231557.html