The nbproject
is a required folder by NetBeans, where it keeps its project settings. The only necessary project build files needed are the project.xml
and project.properties
.
In project.xml
, line 5 is changed to reflect the accurate name of the user's project. Also for IntelliJ, nbintellij.iml
is the required file.
So for a IntelliJ project, if you create the nbproject
folder with the required files (project.xml
and project.properties
), you'll be able to open the folder in NetBeans
You can use the following tool I've created to convert an IntelliJ project to NetBeans, and also convert a NetBeans project to IntelliJ. Please make sure you have python installed.
https://github.com/devanshkaloti/IDEProjectConverter-Java