I installed this version of IntelliJ:
- IntelliJ IDEA 2023.3.1 (Community Edition)
- Build #IC-233.11799.300, built on December 12, 2023
- Runtime version: 17.0.9+7-b1087.7 amd64
- VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
- Windows 11.0
- GC: G1 Young Generation, G1 Old Generation
- Memory: 2048M
- Cores: 12
- Registry:
- ide.experimental.ui=true
- Kotlin: 233.11799.300-IJ
It installed some version of OpenJDK when I installed it.
I have been building and running java programs for a few days now.
However, if I go the command line, the following happens:
java -version
'java' is not recognized as an internal or external command,
operable program or batch file.
javac -version
'javac' is not recognized as an internal or external command,
operable program or batch file.
Any ideas why these commands aren't working?
I did a Windows 11 search for "javac", and it doesn't seem to find anything.
Thanks.