Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NetBeans open project problem

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 have transfered projects in this way before but why is it not working now? Are any of my project files corrupted. Is there any way to retrieve my files from this?

like image 588
rgksugan Avatar asked May 14 '10 11:05

rgksugan


2 Answers

Try using create new project from existing resources. This may solve the issue.

like image 163
Ravindra Gullapalli Avatar answered Sep 17 '22 21:09

Ravindra Gullapalli


I just copied whole project into place in system where NetBeans stores projects (in windows it's user\username\Documents\NetBeansProjects\ by default), then started NetBeans and voila - worked great :)

like image 34
Xorty Avatar answered Sep 18 '22 21:09

Xorty