Unable to find javac after installing OpenJDK 1.6 and 1.7

Posted by popasmuerf on Server Fault See other posts from Server Fault or by popasmuerf
Published on 2012-10-14T19:13:12Z Indexed on 2012/10/14 21:39 UTC
Read the original article Hit count: 155

Filed under:
|
|

I am currently at a loss as to why this is happening. I did some basic research by running:

whereis javac

-and-

find / -name javac

...and I came up with nothing I searched the web for answers but they all seem to focus on javac existing on the filesystem, and that needs to be done is to restore a missing sym-link.

Has anyone run up against this issue and found a solution ?

I have attempted to install openJDK on Scientific Linux 6.3 with the command:

yum install openjdk

Thanks!!!

© Server Fault or respective owner

Related posts about linux

Related posts about jdk