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
-~----------~----~----~----~------~----~------~--~---