Skip to main content

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

TIm,

  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


--
Pierre

Back to the top