I have a java gui project which I had just finished working on. I was using netbeans to develop this and now I want to pack the entire project into a jar file. Netbeans seems to do this on it's own, but it does not include all dependencies along with it. i.e. If I have some images I have added to the classpath of the project, these images are not loaded when I execute the jar. It shows a bunch of errors in the console when I run it due to it not being able to load the images/files associated with the project.
Is there an option in netbeans to include EVERYTHING and have the program run as if it were running from the IDE?