QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1040|回复: 2

小问题,请大家帮忙看看

[复制链接]
发表于 2006-4-30 23:40:58 | 显示全部楼层 |阅读模式
我装上magiclinux已经有一个星期了,正在努力学习中
今天发现设备管理器不能用,在控制中心里一点击它就失去响应,怎样才能解决?
还有我在magic下安装java SDK时出了点错,我在shell下执行
./j2sdk-1_4_2_11-linux-i586-rpm.bin
出现
Do you agree to the above license terms? [yes or no]
yes
之后就出错
Unpacking...tail: 无法打开 “+511” 读取数据: 没有那个文件或目录Checksumming...1 The download file appears to be corrupted.  Please refer to the Troubleshooting section of the Installation Instructions on the download page for more information.Please do not attempt to install this archive file.
我用另一个安装文件j2sdk-1_4_2_11-linux-i586.bin直接执行也出现了同样的提示

我在另一台机器上红旗4.0的成功得到了j2sdk-1_4_2_11-linux-i586-rpm
我是初学者,还什么都不动,是不是我没有把magic设置好?
发表于 2006-5-1 02:49:20 | 显示全部楼层
在MagicLinux下装rpm包最好要装文件名中带mgc字样的,各个Linux发行版的安装包是不能混用的,比如红帽、红旗和MagicLinux这三个发行版各自的rpm包不能用在其它系统上
回复

使用道具 举报

发表于 2006-5-1 07:05:52 | 显示全部楼层

Re: 小问题,请大家帮忙看看

[quote:e152c8f1b3="forter-ownwo"]Checksumming...1 The download file appears to be corrupted.[/quote]

It seems the file has been corrupted, download it again and try.

Here are the steps I took, probablely you'll get some hints:
1. rpm -e jre
2. Download jdk-1_5_0_06-linux-i586.bin from sun.com and put it in /opt/
3. chmod a+x jdk-1_5_0_06-linux-i586.bin
4. ./jdk-1_5_0_06-linux-i586.bin
now you have /opt/jdk1.5.0_06/ in ur system, then modify  /etc/profile.d/java-profile.sh to be like:
[code:1]
#!/bin/sh
#java settings
JDK_VERSION=jdk1.5.0_06
JAVA_HOME=/opt/$JDK_VERSION
CLASSPATH=$JAVA_HOME/jre/lib/rt.jar:.
JAVA_FONTS=/usr/share/fonts:/usr/share/fonts/ttf/zh_CN
PATH=$PATH:$JAVA_HOME/bin
export JDK_VERSION JAVA_HOME CLASSPATH JAVA_FONTS PATH
[/code:1]
Final step: source /etc/profile

done!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-25 01:26 , Processed in 0.092235 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表