NetBeans open project problem

后端 未结 4 1252
谎友^
谎友^ 2021-01-17 12:54

I created a NetBeans project. I took the project folders zipped to another machine and tried opening it in NetBeans. NetBeans didn\'t identify it as a NetBeans project. I ha

4条回答
  •  执念已碎
    2021-01-17 13:24

    You can try this:

    1. Create a new project on the target machine
    2. Find where the project you want to open is stored and open the src folder.
    3. Copy all the files and stuff in the /src folder
    4. Go on Netbeans, expand the tree view of the project you have just created, right click on source packages and click paste. It should paste the files in the /src folder as packages. You should also see the code these packages contain.

提交回复
热议问题