Skip to main content



      Home
Home » Modeling » Epsilon » [EOL] Native type not found
[EOL] Native type not found [message #528772] Wed, 21 April 2010 13:36 Go to next message
Eclipse UserFriend
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
Re: [EOL] Native type not found [message #528843 is a reply to message #528772] Thu, 22 April 2010 02:39 Go to previous messageGo to next message
Eclipse UserFriend
Check out this article:
http://www.eclipse.org/gmt/epsilon/doc/articles/call-java-fr om-epsilon/
Re: [EOL] Native type not found [message #528960 is a reply to message #528843] Thu, 22 April 2010 09:56 Go to previous message
Eclipse UserFriend
That helps. Thanks a lot!
Previous Topic:adding markers to eugenia based editor after applying evl constraints to emfdiff model
Next Topic:[EOL] Native type not found
Goto Forum:
  


Current Time: Thu Jul 24 14:23:34 EDT 2025

Powered by FUDForum. Page generated in 0.06410 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top