[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2t] Re: Run JET template from java error

ZhaoYong wrote on Thu, 13 August 2009 21:40
Now, I confused:
1 Can I run a run jet template from java? Or from a eclipse plugin project?
2 If it's ok, how to resolve the problem?

Thanks a lot.


JET projects are plug-ins. They require a plug-in based environment (such as Eclipse) in order to run. So you can run a JET transformation from another plug-in, but not from a simple Java program.

I have updated the FAQ to try to make this clearer.

Paul