First RCP Program
Create-> Project-> plug-in development-> plug-in Project
Click Next
Enter the project name hellorcp à next
For others, use the default value. In the rich client application section, select YES.
Select Hello RCP à finish
After the project is established, choose manifest. MF
Click overview below to enter the overview view. Click launch an eclipse Application
You can see the running interface. Make a simple window.
Okay. How can I export a program similar to eclipse?
Right-click the hellorcp project and choose à newà Other.
Select Product Configuration
Enter hellorcp and finish in the dash section.
Enter the corresponding content in the three parts, and then click Configuration to enter the configuration view.
Add à select hellorcp
Click Add required plug-ins.
Then, click the underlined part and follow the Wizard to export it into an EXE project. Double-click to run it.
In addition, the exported project is the same as Eclipse, such as language-nl parameters, such as JRE settings-VM
The maximum and minimum memory size is the same as that of Eclipse.
Well, this is a project process. The content of the first two articles is very small, both in terms of preparation. The following articles start with a little more content.