You have to put your stuff in the build/classes folder. However, if you use the "Clean & Build" button, all of those folders get wiped away. I was wondering how you all handle your resources in NetBeans? Is there some convenient "Resources" folder that I've been missing this whole time?
No, that's not what I was looking for. I've done that already, but all that is is creating folders in the "build" folder within the NetBeans project.
I need some way to make sure that the resource files get put in the Jar when I build the program…
EDIT: Also, right now when I use the "Build" feature in NetBeans, executing the Jar simply says "Could not find the main class. Program will now exit."