Hello everyone, I'm sniper. I was just getting started. I wanted to write a database software in Java. I accidentally knew that there was still ve, so I would like to use it.
I didn't expect configuration to be more troublesome than I thought.
1. Download
The following four files have been tried by myself. It is absolutely acceptable to configure the eclipse GUI environment, and there is no version incompatibility problem.
(1)emf-sdo-runtime-2.2.0.zip
Http://archive.eclipse.org/modeling/emf/emf/downloads/drops/2.2.0/R200606271057/emf-sdo-runtime-2.2.0.zip
(2)gef-runtime-3.2.zip
Http://www.eclipse.org/downloads/download.php? File =/tools/GEF/downloads/drops/R-3.2-200606270816/GEF-runtime-3.2.zip
(3366eclipse-sdk-3.3.1.1-win32.zip
Http://www.eclipse.org/downloads/download.php? File =/Eclipse/downloads/drops/R-3.3.1.1-200710231652/eclipse-SDK-3.3.1.1-win32.zip
(4) ve_sdk_1.2
Http://www.eclipse.org/downloads/download.php? File =/tools/ve/downloads/drops/R-1.2.3_jem-200701301117/VE-SDK-1.2.3_jem.zip
2. Installation
A bunch of intrusive installations are written on the Internet. Good professional name-B
Sniper doesn't understand what's going on. It's easy to install it. Don't be confused by the messy installation methods. It's actually very simple.
(1) Extract
Extract the four downloaded files to four separate folders.
(2) Copy
Copy the content in the decompressed features folder of EMF to features of Eclipse;
Copy the content in the decompressed features folder in GEF to features in eclipse;
Copy the content in the decompressed ve features folder to eclipse features.
Copy the contents in the unzipped EMF plugins folder to the eclipse plugins;
Copy the contents in the plugins folder in the decompressed GEF to the Plugins of Eclipse;
Copy the content in the plugins folder in the decompressed ve to the plugins folder of Eclipse.
Delete all files except config. ini in the configuration folder in eclipse.
(3) clean up
Now the unzipped EMF, GEF, and VE folders are useless. delete them. Just keep eclipse.
3. log on to eclipse again
In the toolbar, choose new> other...> JAVA> visual class.
See it !~
(Finally, we can see you, visual class ~)
Okay, enjoy programming !~