I am trying to install java on linux(red hat) server using ssh.
I am using wget command to download it.At time of download it will be downloaded as file name
jre-6u16-linux-i586-rpm.bin?e=1255431454245&h=f50f4cda5641e55f8e49f217e854faca%2F&filename=jre-6u16-linux-i586-rpm.bin
but when i fire command to install it,generates error
cannot access `jre-6u16-linux-i586-rpm.bin?e=1255431454245': No such file or directory
I am new with linux os. Please tell how can i install java and run it on Linux server using ssh.
Thanks in advance
