[EOL] Native type not found [message #588544] |
Wed, 21 April 2010 13:36  |
Eclipse User |
|
|
|
Hi everyone,
I am trying to use the Native object in EOL. For example,
var o1 := new Native('java.lang.Short');
This works.
However, when I am trying to use the classes that are not in the Java libraries, it will cause the error that "type ... not found". For example,
var o2 := new Native('mydsl.util.CGHelper');
I am running an EOL program in the same WS as the models now. I saw one previous post about specifying the extension point to import extra classes. However, it seems that it works for a new runtime environment.
So, I am just wondering if there is any way that I can make it work. (I tried to put the EOL in a plugin project and specify the dependencies, but it does not work)
Thanks a lot!
Yu
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07175 seconds