which package to install to get javac?

Ed Greshko Ed.Greshko at greshko.com
Mon May 7 08:50:16 UTC 2012


On 05/07/2012 03:55 PM, Matej Cepl wrote:
> On 7.5.2012 05:47, Antonio Olivares wrote:
>> sorry for asking an elementary question, but I have iced-tea installed, but javac
>> is not present, I should do a
>> # yum whatprovides javac
>> but I thought that it should have been already present, something like
>> java-openjdk or similar, which is the package that provides javac?, so I can
>> compile java programs?
>
> Also
>
> yum install /usr/bin/javac
>
> should just work, doesn't it?
>
>

I feel it better to do

yum install */bin/javac

I would do that in the case where you didn't know which directory it actually resides
in...  And in this case it happens to be /bin/javac  (sort of....  :-) )

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on the joke
of the century. -- Dame Edna Everage


More information about the test mailing list