Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JET FAQ How do I resolve a Could not load JET template loader error?

Question

I sometimes get a Could not load JET template loader error when I want to run my JET transformation. Why ?

Answer

This message occurs when JET fails to load your JET project.

If you do have dependencies to other projects in your workspace (for example a custom tag plug-in, used in your templates), you'll have to run your transformation in a runtime workspace, where all the needed plugins will be active. Actually, JET is able to load the JET project, but not any referenced projects.

Another source for this problem can be a conflict between the JRE version and the Eclipse Java Compiler settings. In this case, an UnsupportedClassVersionError will be visible in the Error Log.


Back to the M2T-JET-FAQ

Back to the top