Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

E4/Resources/Semantic File System/Demos/Running e4 Demo Twitter Client

< E4‎ | Resources‎ | Semantic File System‎ | Demos
Revision as of 10:48, 14 July 2010 by Unnamed Poltroon (Talk) (New page: '''Prerequisite:''' Download and install e4 1.0 build from [http://download.eclipse.org/e4/downloads/ here]. 1. Start e4 with an empty workspace 2. Import the following projects from E...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prerequisite: Download and install e4 1.0 build from here.

1. Start e4 with an empty workspace

2. Import the following projects from Eclipse CVS:

  • org.eclipse.e4.demo.e4twitterclient
  • org.eclipse.core.resources.semantic

You may use following Project Set files for convenience:

3. Create a launch configuration to run org.eclipse.e4.demo.e4twitterclient.product as a product. For that, select the file "e4twitterclient.product" that resides in org.eclipse.e4.demo.e4twitterclient project. Then select "Run As" -> "Eclipse Application".

4. Start the e4 Demo Twitter Client. You should be able to see the following screen:


5. Select "File" > "Open".

You should be able to see the following screen after pressing finish:


NB, you may have problems to connect to the Internet from the e4 Photo app when using an HTTP/HTTPS proxy. In such a case, use "File" -> "Set Proxy Data" for setting required proxy parameters.

Back to the top