need JBuilder 2005 Help

Status
Not open for further replies.

DrSatan316

Distinguished
Jul 13, 2005
78
0
18,630
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?
 
I tried creating a new project to rule out the possiblility of the new version not liking the old project but that didn't help.

Although, when I put the classes that were previously in seperate files into a single multi class file it ran without any errors.

What could possibly be causing this?
 
Status
Not open for further replies.