IDE plug-in to download practice

IDE plugin installation practice

Start Eclipse, then select the menu "Help" - "Install New Software ...", in the open dialog box:

Click "Add", fill in the Name an arbitrary name, such as "Java Practice Plugin", for Location, populated https://liaoxuefeng.gitee.io/learn-java-update-site/,

Then click "Add" to add:

Select "Java Practice Feature" in the list, and then click "Next" to install.

During the installation process, due to the plug-in code is not digitally signed, it will pop up a warning:

Select "Install anyway" to continue the installation, the installation is successful, follow the prompts to restart Eclipse.

After a successful installation

After the restart Eclipse, select the menu "Window" - "Show View" - "Other ...":

In the dialog box, select the "Java" - "Java Practice", then click "Open", you can see the Java Practice plug-in Eclipse:

Import practice

In the "Java Practice" panel, double-click hello.zip, follow the prompts to import the project, you can directly download and import into Eclipse:

It is not very convenient! ! !

 

Guess you like

Origin www.cnblogs.com/fqh123/p/10962269.html