哪些事实证明 JIT 编译器是在 Eclipse 中构建的?

What fact(s) prove JIT compiler is built in Eclipse?

Eclipse 能够识别运行之前代码的编译错误,是因为JIT编译器?

None,因为没有。 JDT 项目包括一个 Java 编译器,但是 JIT 只会是 Java 运行时的一部分。正如 download.eclipse.org 指出的那样:

You will need a Java runtime environment (JRE) to use Eclipse (Java SE 7 or greater is recommended).

因此,它本身不包含一个。