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
Find where the project you want to open is stored and open the src folder.
Copy all the files and stuff in the /src folder
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.