The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.
NetBeans help
ObiFettUse the ForceAs You WishRegistered Userregular
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?