Not sure what you meant... Did you mean to open project.properties file with text editor and add the mentioned line? And in the specified line, should I provide the name of any other existing project, no matter where it's located? I tried. Didn't work :( Maybe, this is happening because I've upgraded my NetBeans? I guess so, because before I didn't encounter so many problems :(
On Apr 30, 1:04 pm, miga <[email protected]> wrote: > On Apr 30, 9:47 am, Anton Shaykin <[email protected]> wrote:> So why is > it happening, when I open a ready project in NetBeans from > > the zip folder (which comes along with each lab) sometimes the source > > files are not displayed in project hierarchy. Like in LAB-1043 Java > > Serialization. I tried to open the first exercise but I failed to find > > the source files. Although they are in the project folder. > > The problem lies inside the project.properties file which has almost > nothing in it, hence Netbeans cannot assemble it. > You may try to override the contents of this file with one of another > project which opens gracefully in Netbeans, then just change the first > line with the correct name of this project: > > application.title=thenameoftheproject. > > Then open the project in Netbeans, you should see the files, > immediately after that make a clean build and it should work. --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/javaprogrammingwithpassion?hl=en -~----------~----~----~----~------~----~------~--~---
