View Single Post
  #4 (permalink)  
Old July 31st, 2008
mpajoh mpajoh is offline
Novicius
 
Join Date: August 3rd, 2006
Posts: 3
mpajoh is flying high
Default

Quote:
Originally Posted by arne_bab View Post
Just check in yum if you can install java 1.6:
Code:
su -c "yum install java-1.6.0-openjdk"
JavaFAQ - FedoraProject

Happy sharing!
Arne
I do have that installed:

Code:
[masoud]$ rpm -qa|grep openj
openjade-1.3.2-31.fc9.x86_64
java-1.6.0-openjdk-plugin-1.6.0.0-0.16.b09.fc9.x86_64
java-1.6.0-openjdk-1.6.0.0-0.16.b09.fc9.x86_64
I still cannot run Phex!

An here is more info:
Code:
[masoud]$ sudo /usr/sbin/alternatives --config java

There are 3 programs which provide 'java'.

  Selection    Command
-----------------------------------------------
   1           /usr/lib/jvm/jre-1.5.0-gcj/bin/java
 + 2           /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java
*  3           /opt/jre1.6/bin/java

Enter to keep the current selection[+], or type selection number:
Thanks for all the help.

Last edited by mpajoh; July 31st, 2008 at 03:52 PM.
Reply With Quote