Hi
I have two Java Projects ProjectA, ProjectB
ProjectA has a refrence to ProjectB and can call the Java classes from ProjectB.
Now , I hava created in A, a Dupplicate of a Java class which exists in B and try to
Cast the originally Object(exist in B) as follow but I get a class cast exception:
com.projectA.MyDupplicateA myAObject = (MyDupplicateA)
com.projectB.getBObjects()[0];
??
Thanks for your help
I have two Java Projects ProjectA, ProjectB
ProjectA has a refrence to ProjectB and can call the Java classes from ProjectB.
Now , I hava created in A, a Dupplicate of a Java class which exists in B and try to
Cast the originally Object(exist in B) as follow but I get a class cast exception:
com.projectA.MyDupplicateA myAObject = (MyDupplicateA)
com.projectB.getBObjects()[0];
??
Thanks for your help