Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Unable to find module

Hi Christian,

2015-02-02 15:11 GMT-05:00 Christian Pontesegger <christian.pontesegger@xxxxxx>:
Hi Francis,

Francis Giraldeau wrote:
I was following the EASE tutorial [1], however I can't get the Java Plug-in module to load in the scripting console. Is there an action to reload available modules?
[1] http://codeandme.blogspot.ca/2014/10/writing-modules-for-ease.html


Not sure what you were trying. Just to make sure:
You Created a new plug-in project, provided an example Module class and registered this class as an extension in the plugin.xml, right?

Yes
 
Afterwards you fired up a new eclipse instance with the newly created plug-in and you did not see the Module showing up in the Script Shell view?

No, this is the step I was missing. I thought that Plug-ins were immediately available in the scripting console of the main instance of Eclipse. The loadModule() works when running into a new Eclipse instance with the workspace Plug-ins.

Thanks!

Francis

Back to the top