Hi,
i try to run the MWE2 but it doesn't work. I guess the mwe2runner cant find the module?
Error:
!MESSAGE Unhandled event loop exception
!STACK 0
java.lang.NullPointerException
at org.eclipse.emf.mwe2.launch.runtime.Mwe2Runner.run(Mwe2Runner.java:73)
Runner:
Mwe2Runner mweRunner = new Mwe2Runner();
mweRunner.run("foo.bar.GraphMLGenerator", properties);
MWE2 Module Name:
module foo.bar.GraphMLGenerator
All files are in the same package.
Sönke
[Updated on: Fri, 16 December 2011 07:30]
Report message to a moderator