Skip to main content



      Home
Home » Modeling » Epsilon » [EOL] Native type not found
[EOL] Native type not found [message #588544] 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 #588560 is a reply to message #588544] 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 #588566 is a reply to message #588560] Thu, 22 April 2010 09:56 Go to previous message
Eclipse UserFriend
That helps. Thanks a lot!
Previous Topic:[EOL] Native type not found
Next Topic:[Eugenia] Phantom nodes
Goto Forum:
  


Current Time: Wed Jul 23 08:23:14 EDT 2025

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

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

Back to the top