Hi, I've just gotten a new computer and am redownloading all of my required coding software. I've just downloaded the
Java SE 8u102 download, and when I go to the command prompt to insure that things are working I receive an error:
C:\Users\reega>java -version
java version "1.8.0_102"
Java(TM) SE Runtime Environment (build 1.8.0_102-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.102-b14, mixed mode)
C:\Users\reega>javac -version
'javac' is not recognized as an internal or external command,
operable program or batch file.
I was under the assumption that these two items came bundled together? Javac is the compiler, correct? So if one is not working shouldn't they both be working? Sorry if this is a stupid question, tend to have more issues when installing software than I do with actual coding. Thanks for any help!