New learner's problem!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
mandyz
帖子: 1
注册时间: 2007-11-24 22:05

New learner's problem!

#1

帖子 mandyz » 2007-11-25 11:31

"Could not open the file /home/yj/software/netbea…/netbeans-5_5_1-linux.bin using the Western (ISO-8859-15) character coding.
Please check that you are not trying to open a binary file.
Select a different character coding from the menu and try again."

I have two character coding.One is Western (ISO-8859-15),and the other is "current locale(UTF-8 )".Both of them have no effect.I don't kown which coding should be added.
Could you give me some suggestion? Thank you!!

PS:I have no Chinese input method.Can this problem be solved?
头像
yysq009
帖子: 2682
注册时间: 2007-01-28 23:00
来自: @江西|南昌@
联系:

#2

帖子 yysq009 » 2007-11-25 11:50

安装了中文输入在来。。。

UBUNTU似乎不能通过 locale来配置语言。。。

Do as you would be done by !
头像
patrickhe
帖子: 681
注册时间: 2005-07-21 19:13
来自: Peking, China
联系:

#3

帖子 patrickhe » 2007-11-26 11:23

你不会是想用 text editor 打开这个 bin 文件吧?!
这是用来执行的,用 chmod 744 给这个文件赋予执行权限,然后运行它。
头像
yiller
帖子: 47
注册时间: 2007-09-28 2:33
来自: 重庆

#4

帖子 yiller » 2007-11-26 11:57

楼上正解
$:chmod +x /home/yj/software/netbea…/netbeans-5_5_1-linux.bin
$:/home/yj/software/netbea…/netbeans-5_5_1-linux.bin
回复