SyntaxFix
Write A Post
Hire A Developer
Questions
You have installed the Java Runtime Environment(JRE) but it doesn't contain javac.
So on the terminal get access to the root user sudo -i and enter the password. Type yum install java-devel, hence it will install packages of javac in fedora.
sudo -i
yum install java-devel