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.
Usedmyeclipse 10version
Graphic introduction
##1. Import process,
The first step is to open myeclipse, right-click on the empty part ofWorkspace, and select
##import option, then there will be a pop-up window
The second step is to find theGeneral optionand selectExisting Projects into Workspace option, clickNext
## The third step is to find the items you need to add in theselect root directory optionand select to add
2. Export process.
The first step is the same as the import step. Right-click on the empty part ofWorkspaceand selectexport options.
##The second step is to enter the new window Export and find
GeneralArchive File optionunder #, 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 buttonto 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!