java.lang.ClassNotFoundException: gg.jte.TemplateOutput exception received when rendering JTE template #377
Unanswered
tharakadumidu
asked this question in
Q&A
Replies: 1 comment
-
have the same problem, and not found a solution, using jte in war is very strange, classes are there but jte can't find them |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I'm writing a maven plugin which is using JTE templates. Here is pom.xml
Here is how I'm rendering the template
I'm deploying maven plugin to local repo and then run the plugin. Getting the below error. All the other classes are loaded in the runtime environment , but it's complaining for gg.jte.TemplateOutput.
Can you please help me to solve this issue ?
Beta Was this translation helpful? Give feedback.
All reactions