Myeclipse method to export a project: first open myeclipse; then right-click on the blank part of the Workspace and select the export option; then find the Archive File option under General and click NEXT; finally select the file you need to export to export. That’s it.
The operating environment of this tutorial: Windows 7 system, myeclipse version 10, Dell G3 computer.
Recommended: "java video tutorial"
The teacher recently gave Brother Nima a The project is to build an online teaching platform system. Brother Nima is still in the stage of struggling. I searched for a related project on the Internet. When I first started importing the project, I didn’t know how to import the project. Really It’s very embarrassing. I found out how to do it after searching for relevant information on the Internet. Next, I will demonstrate my import process and export process to everyone, hoping to show it to those novices like Nima Ge. , some help, hahaha.
Used myeclipse 10 version
Graphic introduction
##1. Import process ,
The first step is to open myeclipse, right-click on the empty part of Workspace, and select
## import option, then there will be a pop-up window
The second step is to find the General option and select Existing Projects into Workspace option , click Next
## The third step is to find the items you need to add in the select root directory option and select to add
2. Export process.
The first step is the same as the import step. Right-click on the empty part ofWorkspace and select export options.
##The second step is to enter the new window Export and find
GeneralArchive File option under #, clickNEXT
The third step, select the file you need to export, check as shown in the picture, select the location to export to, click the
FINISH button to export the project .
The above is the detailed content of How to export myeclipse project. For more information, please follow other related articles on the PHP Chinese website!