Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ExceptionInInitializerError

>    1. load the org.eclipse.ecf.doc plugin
>    2. in the see: html/gettingstarted/helloworld.html
>    3. create a new plugin choose 'This plugin will make contribution to
>    the ui'
>    4. add an action:  extensions tab in plugin.xml and 'Add...' action
>    set, then 'action'
>    5. to run the plugin: first run the Java ServerApplication
>    org.eclipse.ecf.provider.app.ServerApplication
>    6. second: 'Run...' a new eclipse application , in the plugins  tab
>    select 'Launch with all workspace...'
>    7. You should have a new workspace with the menu set in 4. to test you
>    HelloClient

Thanks, that worked! I wish I hade this guide day one  :)
I don't know how Eclipse runtime and plugin system works and had no idea
you needed to run another workbench.

Is it just to get that menu entry you need to run a new workbench or why
is that necessary? I should have learnt RCP before I dug into this, I
guess that would have made things easier.

Tim


Back to the top