Results 1 to 4 of 4
I downloaded the java from sun
I attached a picture of the terminal with error message
any help would be appreciated.
Thanks!...
- 07-25-2011 #1Just Joined!
- Join Date
- Jul 2011
- Posts
- 33
Java download not working in Red Hat 6 64bit
I downloaded the java from sun
I attached a picture of the terminal with error message
any help would be appreciated.
Thanks!
- 07-25-2011 #2Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
Isn't there a 64-bit version of Java at the download site?
- 07-25-2011 #3Just Joined!
- Join Date
- Jul 2011
- Posts
- 33
ok you were right...i downloaded the 64 bit and that worked fine...
now I am trying to get the jre working and for some reason it says its already installed but when i try run applications such as my Aventail VPN it says java 1.4 or hight is required.
this is what it shows me on my command line...sorry i am new to linux and i am not sure why it is not working.
[root@pkroetschDT src]# chmod a+x jre-6u26-linux-x64-rpm.bin
[root@pkroetschDT src]# ./jre-6u26-linux-x64-rpm.bin
Unpacking...
Checksumming...
Extracting...
UnZipSFX 5.50 of 17 February 2002, by Info-ZIP (Zip-Bugs@lists.wku.edu).
inflating: jre-6u26-linux-amd64.rpm
Preparing... ########################################### [100%]
package jre-1.6.0_26-fcs.x86_64 is already installed
Done.
[root@pkroetschDT src]# java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.
(rhel-1.39.1.9.8.el6_1-x86_64)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
[root@pkroetschDT src]#
- 07-25-2011 #4Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
I don't know anything about Aventail, but it is clearly not detecting your installation. Is it a web-based app, or a stand-alone GUI, or a command line tool? Does it provide documentation regarding Java requirements?
If web-based, it may be looking for the Java plugin, you can confirm the existence of it by going to about
lugins in the address bar of firefox.
If command/GUI based, it may be expecting the $JAVA_HOME (or CLASSPATH or some other Java-related variables) to be set. E.g., on my system, I have JAVA_HOME set to /opt/java (b/c that is where I installed Java manually).
Again, check Aventail documentation regarding Java reqmts.


Reply With Quote