LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   IDLJ (https://www.linuxquestions.org/questions/linux-desktop-74/idlj-810892/)

gda2004 05-29-2010 05:39 AM

IDLJ
 
hi there I am currently trying to get corba to work I have installed jdk1.6.0_20 under usr/java/jdk1.6.0_20 and I can see the idjl file but when I type it into bash it does not like it I know some kind of linking needs to be done could anyone help me ?

the full bath is /usr/java/jdk1.6.0_20/bin

jarvac and all the others are in there too

thanks

GDA3004

knudfl 05-29-2010 08:15 AM

Something like this :
1) su
2)
Code:

/usr/sbin/alternatives --install /usr/bin/java java /usr/java/jdk1.6.0_20/bin/java 2
/usr/sbin/alternatives --install /usr/bin/javac javac /usr/java/jdk1.6.0_20/bin/javac 2

3) /usr/sbin/alternatives --config java
4) /usr/sbin/alternatives --config javac
..


All times are GMT -5. The time now is 12:59 AM.