Earlier quoted context omitted.
The JVM proved to the mainstream that a virtual machine good be as fast (sometimes even faster) than a compiled binary. Because of that it took a lot of the market share of C/C++ in the 90s. You got a buffer overflow safe language without compromise of speed. After it has been loaded, of course. But that's why Java had such a tremendous effect in Web services where the load times are negligible to the run time.
Of course, eliminating buffer overflows is orthogonal to using a virtual machine.
With universities almost immediately jumping to Java as an introductory language you got way more potential employees.