Why can not I view Javac?

3

Colleagues.

I downloaded sdk jre1.8.0_73, but I can not see javac inside the bin folder. I have already created the environment variable and still nothing. Is this version no longer the javac?

    
asked by anonymous 08.02.2016 / 13:46

1 answer

4

If in the question itself you say the name is JRE then it is not JDK.

So ...

  • Or you did not install the JDK (development) but the JRE (execution), which does not have javac
  • Or you've installed JDK, but as it also comes with the JRE inside it, you're simply looking at the wrong directory. In this case look for the bin folder immediately inside the JDK and not in other directories.
08.02.2016 / 22:49