I have installed Java directly in IntelliJ on my new laptop (Oracle openjdk-17) and it doesn't recognize javac.
I've seen this post but there is no javac.exe
in C:\Program Files (x86)\Common Files\Oracle\Java\javapath
, only java.exe
, javaw.exe
and javaws.exe
. There is a javac.exe
in C:\Program Files\JetBrains\IntelliJ IDEA Community Edition 2021.3.2\jbr\bin
but it doesn't work when I add it to the Path. Should I install an additional version of jdk.17 outside of IntelliJ to make it work?