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 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? 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?

Available modules generally will be fetched from the plug-in registry. Just make sure that you installed the plug-in.
The tutorial also comes with sample code, which you could try out.

HTH
Christian



Back to the top