No color highlight in Eclipse in some files

The Error Log view shows that you use a JRE from Eclipse JustJ to run your Eclipse.

The problem is that you have a minimal instead of a complete JDK installed.

Alternatively, you can specify the Java 11 or higher VM in the eclipse.ini to run Eclipse.

The JustJ OpenJDK Hotspot JRE Minimal (Stripped) is sufficient to run the Eclipse Installer and the Eclipse platform, but not to run the Eclipse Java IDE you have without errors.

Minimal means that only those system library modules are included that are required by the Eclipse platform and Complete means the full system library.

Leave a Comment