Eclipse Visual Programming Plug-in Installation

Source: Internet
Author: User
Tags sdo

The files to be installed are as follows (my downloaded version is as follows)

Eclipse build eclipse-SDK-3.2

EMF build 2.2.0

GEF build 3.2

Ve 1.2.3

: Http://download.eclipse.org/tools/ve/downloads/drops/R-1.2.3_jem-200701301117/index.html

On this page, the above four download links are available.

I directly copy the folder decompressed by VE, GEF, and EMF to the corresponding installation folder of eclipse. Other settings are the same.

The following is a reference document for the post. The specific method is as follows.

Appendix:

Eclipse tool project mainly uses Graphical Editor framework (GEF) project, EMF, VE. I have suffered a lot ...... of course, you want to use eclipse's visual edit project plug-in. I downloaded ve1.2.3 because ve can only work with the corresponding versions of GEF, EMF, and eclipse sdks.

The names of the downloaded files are:

Eclipse-SDK-3.3-win32

Emf-sdo-runtime-2.2.0

GEF-runtime-3.2

VE-runtime-1.2.3

VE-SDK-1.2

You can download it at the following address:

Http://download.eclipse.org/tools/ve/downloads/drops/R-1.2-200606280938/index.html

Eclipse-SDK-3.3-win32:

Http://www.eclipse.org/downloads/download.php? File =/Eclipse/downloads/drops/R-3.2-200606291905/eclipse-SDK-3.3-win32.zip

Emf-sdo-runtime-2.2.0:

Http://www.eclipse.org/downloads/download.php? File =/tools/EMF/downloads/drops/2.2.0/r200606271057/emf-sdo-runtime-2.2.0.zip

GEF-runtime-3.2:

Http://www.eclipse.org/downloads/download.php? File =/tools/GEF/downloads/drops/R-3.2-200606270816/GEF-runtime-3.2.zip

VE-runtime-1.2.3:

Http://www.eclipse.org/downloads/download.php? File =/tools/ve/downloads/drops/R-1.2-200606280938/VE-runtime-1.2.3.zip

VE-SDK-1.2:

Http://www.eclipse.org/downloads/download.php? File =/tools/ve/downloads/drops/R-1.2-200606280938/VE-SDK-1.2.zip

Decompress eclipse SDK 3.3, copy the decompressed eclipse folder to E:/eclipse to see the content inside, mainly plugins, features and so on, and then decompress the emf-sdo-runtime-2.2.0 to E: /Eclipse/EMF folder, GEF-runtime-3.2 to E:/Eclipse/GEF, VE-runtime-1.2.3 to E:/Eclipse/veruntime, VE-SDK-1.2 to E:/Eclipse/vesdk. Create the links folder under the E:/Eclipse/eclipse folder (I am using E:/Eclipse/links ). Create four extension names in the links folder. link text file, which I created: EMF. link, GEF. link, veruntime. link, vesdk. link, the four text files (the suffix must be *. link.

In the EMF. Link file, enter: Path = E: // eclipse // EMF
In the GEF. Link file, enter: Path = E: // eclipse // GEF
In the veruntime. Link file, enter: Path = E: // eclipse // veruntime
In the vesdk. Link file, enter: Path = E: // eclipse // vesdk

Saved.

Eclipse 3.3 requires JDK 1.4.2 and later versions, so you must install it first. JDK path setting will not be mentioned again.../bin,/lib,/jdk1.4.2

Because the program running SWT uses the local library, you should import the native package of SWT, and the running program can be found automatically. Now it is OK to start eclipse. Eclipse can automatically recognize your JRE.

Practice! Start eclipse and look at myproject. it's good... the interface is charming! Create a Project File> New> project. In the Project Wizard, select Java project. -> next, enter the Project name: myproject. Eclipse automatically creates a workspace work folder for you. Your project exists here. F:/hongjun/Eclipse/workspace is clicked to finish. A new project is built. add SWT toolkit, choose Project> properties, select Java build path on the left, select the libraries tab on the right, click Add library, select Standard Widget Toolkit (SWT), and click Next, select include support for jface library. in this way, you can use the SWT jface control. select your project myproject. select the new icon button, the top left. select visual class and click Next. source folder is the default project folder. Set package to lihongjun and name to hello. Expand SWT on the left and select shell, check public static void main (string [] ARGs), constructors from superclass, inherited abstract methods. end.

Eclipse automatically starts ve .... look at those windows... familiar .. the visual editing window is displayed. move the cursor to the right palette (The vertical one) and place a label, a button, and a textarea on the shell. select the label and set it in the properties attribute bar on the lower side. Enter> text in the label field. Select the button and set it in the properties attribute bar on the lower side. Enter "Hello everone" in the text field. right-click the button and choose events> Add events. select mouse-> mousedoubleclick. the corresponding code is automatically generated. you can also set other styles. However, if the JDK version is incorrect, you cannot perform operations or perform operations.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.