Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EOL] Native type not found
[EOL] Native type not found [message #588544] Wed, 21 April 2010 17:36 Go to next message
Yu Sun is currently offline Yu SunFriend
Messages: 58
Registered: July 2009
Member
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 06:39 Go to previous messageGo to next message
Itamar is currently offline ItamarFriend
Messages: 39
Registered: November 2009
Member
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 13:56 Go to previous message
Yu Sun is currently offline Yu SunFriend
Messages: 58
Registered: July 2009
Member
That helps. Thanks a lot!
Previous Topic:[EOL] Native type not found
Next Topic:[Eugenia] Phantom nodes
Goto Forum:
  


Current Time: Sat Apr 20 00:01:32 GMT 2024

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

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

Back to the top