1

When I run an JET2 project as an JET Transformation application I get this error:

"Could not load JET template loader"

However, my project is executed correctly when I run it as an Eclipse application. This is costly in terms of change, because every change I obligue to launch a new instance of Eclipse.

Fionnuala
  • 90,370
  • 7
  • 114
  • 152
vonigo
  • 19
  • 1
  • 4
  • Plase also state your question explicitly in the question's body (and not just in the title). – Dan Feb 14 '13 at 15:55
  • the question is: how can I run my JET project without using the eclipse or OSGI runtime environment – vonigo Feb 14 '13 at 17:26

1 Answers1

0

I run a light-weight version of JET using tika-manel-jet-plugin to create code that creates code that can run without additional libraries used in my JPA Annotation Processor. Mind you this is not the complete JET, it is JET re-implemented using ANTLR

Archimedes Trajano
  • 35,625
  • 19
  • 175
  • 265