Sunday 4 August 2013

Solution : javac command not found in Linux

Hi if you get javac command not found in Linux even you have
java-open jdk installed means java-devel not there
Install java-devel
In Fedora
yum install java-devel
In Ubuntu
apt-get install java-devel

Share This!



1 comment:

  1. Although this is a short post, it useful for me who new to java language on linux. Now I already have javac command on my laptop as same as I've seen on computer lab. Thanks :)

    ReplyDelete

Here We Write The Problems we face at different situations and Solutions to those problems.