C
cstnt
There are three component A, B, C. For C there are two versions C v1.0 and C
v2.0
Now, I'm developing component A, A depends on B and C v2.0, But B depends on
C v1.0, I only add C 2.0 to my class path. When B calls the component
provided by C1.0 IncompatibleClassChangeError will be thrown.
What should I do?
v2.0
Now, I'm developing component A, A depends on B and C v2.0, But B depends on
C v1.0, I only add C 2.0 to my class path. When B calls the component
provided by C1.0 IncompatibleClassChangeError will be thrown.
What should I do?