This is more than likely the dumbest sounding problem most of you will have ever heard of, but after three days of attempting to fix this myself, I have gotten no where.
I am working on an older project, it works fine, but I need to upgrade it an add some functionality.
After adding some to it, I tried to compile to debug my code and see how it is working. Using NetBeans, the code compiled fine. It said build successful, and listed no errors. However, when I choose to debug, JAVA initializes, then nothing happens. It should show a form that is used for interaction. I tried using run instead. Java initializes like debug, then I get an error, unable to load resource ..... /projectname.java
From what I can tell, no .jar file is ever being created.
I have tried moving the file to a different location, using Eclipse, creating a completely new version of it and copy and pasting the code, and I have had no luck.
If any one has any ideas of configuration changes I may need to make to fix this or any other ideas, I would appreciate it.