Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 176144 Details for
Bug 318680
Update SWT cheat sheet: Unable to install the "SWT Binary and Source" package as project in Eclipse Helios
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
cheatsheet
patch-318680-1.txt (text/plain), 3.30 KB, created by
Lakshmi P Shanmugam
on 2010-08-09 06:16:50 EDT
(
hide
)
Description:
cheatsheet
Filename:
MIME Type:
Creator:
Lakshmi P Shanmugam
Created:
2010-08-09 06:16:50 EDT
Size:
3.30 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jdt >Index: cheatsheets/HelloWorldSWT.xml >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jdt/cheatsheets/HelloWorldSWT.xml,v >retrieving revision 1.16 >diff -u -r1.16 HelloWorldSWT.xml >--- cheatsheets/HelloWorldSWT.xml 30 Oct 2008 09:00:52 -0000 1.16 >+++ cheatsheets/HelloWorldSWT.xml 9 Aug 2010 10:13:19 -0000 >@@ -19,25 +19,22 @@ > <command serialization="org.eclipse.ui.perspectives.showPerspective(org.eclipse.ui.perspectives.showPerspective.perspectiveId=org.eclipse.jdt.ui.JavaPerspective)" required="false" translate=""> > </command> > </item> >- <item title="Download SWT standalone" dialog="true" skip="false" href="/org.eclipse.platform.doc.isv/guide/swt.htm"> >- <description> >- Open your Web browser to http://download.eclipse.org/eclipse/downloads/, >- select the latest release build, and find the <b>SWT Binary and Source</b> >- download.<br/> >- <br/> >- Save the file to your disk; you do not need to extract the archive. >- </description> >- </item> > <item title="Import the SWT project" dialog="true" skip="false" href="/org.eclipse.platform.doc.user/tasks/tasks-importproject.htm"> > <description> >- Import the SWT project from the main menu via File > Import..., >- and select <b>Existing Projects into Workspace</b>. Specify the >- <b>archive</b> file you downloaded and click <b>Finish</b>.<br/> >+ Open the Import wizard from the main menu via <b>File > Import...</b>, >+ and select <b>Plug-in Development > Plug-ins and Fragments</b>. Click <b>Next</b>.<br/><br/> >+ On the <b>Import Plug-ins and Fragments</b> page, select <br/> >+ <b>Import from: </b> The active target platform.<br/> >+ <b>Plug-ins and Fragments to import: </b> Select from all plug-ins and fragments found at specified location.<br/> >+ <b>Import As: </b> Projects with source folders.<br/> >+ Click <b>Next</b>.<br/><br/> >+ On the <b>Selection</b> page, Add <b>org.eclipse.swt.{platform}.{os}.{arch}</b> (for example: org.eclipse.swt.win32.win32.x86 for win32) to <b>Plug-ins and Fragments to Import:</b> list.<br/> >+ Click <b>Finish</b>.<br/> > <br/> >- This will create the org.eclipse.swt project which we will need >+ This will create the org.eclipse.swt.{platform}.{os}.{arch} project which we will need > to compile and run the application. > </description> >- <command serialization="org.eclipse.ui.file.import(importWizardId=org.eclipse.ui.wizards.import.ExternalProject)" required="false" translate=""> >+ <command serialization="org.eclipse.ui.file.import(importWizardId=org.eclipse.pde.ui.PluginImportWizard)" required="false" translate=""> > </command> > </item> > <item title="Create a Java project" dialog="true" skip="false" href="/org.eclipse.jdt.doc.user/concepts/concepts-3.htm"> >@@ -57,7 +54,7 @@ > <b>Properties</b>.<br/> > <br/> > In the <b>Java Build Path</b> page open the <b>Projects</b> tab, >- add the org.eclipse.swt project, then click <b>OK</b>. >+ add the org.eclipse.swt.{platform}.{os}.{arch} project, then click <b>OK</b>. > </description> > </item> > <item title="Create a class" dialog="true" skip="false" href="/org.eclipse.jdt.doc.user/gettingStarted/qs-9.htm">
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 318680
:
175773
| 176144