Why can’t I see Javac?

Asked

Viewed 775 times

3

Colleagues.

I downloaded sdk jre1.8.0_73, but I can’t see javac inside the bin folder. I already created the environment variable and still nothing. This version no longer exists javac?

  • 1

    I am with the same jdk and is normal. Try to reinstall.

  • 5

    I downloaded sdk jre1.8.0_73: are you sure it’s JDK and not just JRE? Although it’s similar at some points, the directory and file structure is quite different.

1 answer

4


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

Therefore...

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

Browser other questions tagged

You are not signed in. Login or sign up in order to post.