source folders not visible in Netbeans project after installing jRebel plugin?

回眸只為那壹抹淺笑 提交于 2019-12-06 02:18:45

The question is answered at JRebel Forum. The culprit is unknown.

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.

Anuja

This is for Netbeans 8.0. I am not sure if it is available for other versions.

Right click on the project -> Set Configuration -> Customize -> Sources -> Add Folder for Sources Packages Folder -> Select folders you want to see under your project -> OK

Netbeans version 8:

In files tab, go to main folder and create a folder called java. That's it!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!