[ATL] run Atl transfomation by program with eclipse 3.3 [message #45898] |
Wed, 13 June 2007 05:21  |
Eclipse User |
|
|
|
Hi,
When I run an ATL transformation with a Main program, I have the following
exception:
-
java.lang.RuntimeException: java.lang.NoClassDefFoundError:
org/eclipse/core/runtime/CoreExceptionjava.lang.RuntimeExcep tion:
java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
at ujf.verimag.bip.transfo.Main.getDefaultHandler(Main.java:76)
at ujf.verimag.bip.transfo.Main.addInputModel(Main.java:201)
at ujf.verimag.bip.transfo.Main.parseArgs(Main.java:157)
at ujf.verimag.bip.transfo.Main.main(Main.java:86)
Caused by: java.lang.NoClassDefFoundError:
org/eclipse/core/runtime/CoreException
at ujf.verimag.bip.transfo.Main.getDefaultHandler(Main.java:70)
... 3 more
Usage: <this program> --trans <transformation url> [--in <id>=<model>
<id>=<metamodel> <MDR|EMF>] [--out <id>=<model> <id>=<metamodel>
<MDR|EMF>] [--lib <id>=<library url>] --next --trans ...
This Main works with Eclipse 3.1, and when I look in the
org.eclipse.core.runtime_3.3.100.v20070319.jar and
org.eclipse.core.runtime.compatibility_3.1.100.v20070319.jar
I dont find the CoreException class.
Do I need to import other library for this class?
Thanks for your help,
Anne.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03839 seconds