need JBuilder 2005 Help

DrSatan316

Distinguished
Jul 13, 2005
6
0
18,510
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?
 

DrSatan316

Distinguished
Jul 13, 2005
6
0
18,510
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?
 

Ned_Flanders

Distinguished
Jan 30, 2004
87
0
18,580
private Card testCard = new card();

_____________________
<A HREF="http://snipurl.com/fxwr" target="_new">Welcome to the House of Horrors, welcome to the House of a 1000 Corpses</A>