I installed jRebel on Netbeans 7.4 beta one day, the next day all my source folders an libraries to disappeared from my projects - except Maven ones. Like this:
The source folders are still present on my drive:
I just need to restore their visibility in my opened Netbeans projects.
When I try to add source packages from the "Properties" menu of the project, I do get the source back but as folders, not packages.
Help would be much appreciated!
Try going to Files
view in Neteans, and look under the src
folder in your project. Does the src
folder have a sub-folder named java
?
If not, create it (right click on src
, go to New
, select Folder
). Your source packages should re-appear in the project view.