I'm teaching basic Java. All the students have it installed but only half of them can use it.
At the command line, I can verify both the compiler (javac) and the executable (java) are installed, I can see the directory, and confirm installation.
I confirm the directories are in the PATH (Mac & Linux) and in the Windows PATH in the Environment variables.
However, it's not possible to run the compiler. I get an error message that the javac doesn't exist.
What's infuriating is that it's happening on all 3 OS's. And the version of Java doesn't matter.
Anyone got any ideas?
At the command line, I can verify both the compiler (javac) and the executable (java) are installed, I can see the directory, and confirm installation.
I confirm the directories are in the PATH (Mac & Linux) and in the Windows PATH in the Environment variables.
However, it's not possible to run the compiler. I get an error message that the javac doesn't exist.
What's infuriating is that it's happening on all 3 OS's. And the version of Java doesn't matter.
Anyone got any ideas?