Really simple problem, cannot find the answer anywhere on the net:
I have a .class file that needs to be a part of my java project. If its in the source folder, I can't access it. Meaning when I try to create an instance of the .class file, it tells me "symbol not found".
I have tried putting the location of the class file into my libraries and into my classpath and still no go.
Anyone with experience running NetBeans have a solution?