Issue
I have finished my first small project and I'm struggling with how to export the project to jar then .exe ! I'm using netbeans 8.2 (jdk 8.1), and when I clear and build the dist/lib folder does not appear.
What I have tried :
1-delete nbproject/private
2-select only dependent libraries from build>packaging
3-remove:
<not>
<istrue value="${modules.supported.internal}"/>
</not>
from nbproject\build-impl.xml (but it is not there already)
hierarchy of my project
dist folder
Solution
NetBeans is super outdated (industry-wise), and I would recommend you use Intellij or Eclipse instead.
Granted, I see a .jar and .jnlp in your dist folder so I'm not sure what your issue is.
Please post an update with some clarifying information as to what you are expecting in your dist folder (filenames), as well as the settings you're using to build your project.
Answered By - akat