Home > Software engineering >  Eclipse 2022-03 : java.lang.NoClassDefFoundError: org/eclipse/tm4e/ui/utils/ContentTypeHelper Error
Eclipse 2022-03 : java.lang.NoClassDefFoundError: org/eclipse/tm4e/ui/utils/ContentTypeHelper Error

Time:08-16

I am currently facing error in eclipse while opening yaml as well as xml files.

Error is java.lang.NoClassDefFoundError: org/eclipse/tm4e/ui/utils/ContentTypeHelper.

I installed Eclipse Docker Tooling 5.6.0.20220382138 extension for Dockerfile support via eclipse marketplace.

After installation, I have started seeing above error. So I uninstalled above plugin to see if that will be of any help but still even after uninstallation, error didn't disappear.

I referred this link & installed extension but it is of no help.

Platform : MacOS

Eclipse : 2022-03 (4.23.0)

CodePudding user response:

For this specific issue, I end up re-installing eclipse from eclipse installer as I tried below mentioned things & it still didn't worked:

  1. Installed https://download.eclipse.org/tm4e/releases/0.4.5/ .

  2. Uninstalled above version & installed latest release of tm4e but no success.

  3. Uninstalled tm4e completely which started giving me issues where I was unable to save any changes in java class files. Workspace got freeze after this.

  • Related