I have JBuilder 2005 now and none of the multiclass projects i Made in JBuilder X work. The single class ones run fine but the multiclass ones give all sorts of errors that are like this:
cannot find symbol symbol class Card in class Carddriver
Well, of course it can't! Card and carddriver are two seperate classes. I just want to make a card object in the carddriver class but for each time I try to do so I get the error above. And the other projects are the same thing just different names.
Am I just making a stupid mistake somewhere? or do I need to edit a option somewhere? or do I need to add some sort of code in this new version?
cannot find symbol symbol class Card in class Carddriver
Well, of course it can't! Card and carddriver are two seperate classes. I just want to make a card object in the carddriver class but for each time I try to do so I get the error above. And the other projects are the same thing just different names.
Am I just making a stupid mistake somewhere? or do I need to edit a option somewhere? or do I need to add some sort of code in this new version?