6 ms·
The difference between Eclipse and Netbeans/IntelliJ is, that Eclipse is implementing its own Compiler while the other two are using Oracle's javac. That's why
by gmb2k1 12y ago
The difference between Eclipse and Netbeans/IntelliJ is, that Eclipse is implementing its own Compiler while the other two are using Oracle's javac.
That's why Eclipse didn't have Java8 support out of the box.