Hello People,
As some of you may be aware I have a plan B which involves a bit of Java code. I have used the generics stuff from 5.0 and am delivering 5.0 compiled code in a jar file.
Now, some people might prefer 1.4 compatibility which means I would have to remove the generics stuff.
How do others resolve the possible need to make 5.0 and 1.4 versions available?
Do you tell the client only the latest is available and they need to change their ways; do you provide two jar files appropriately named; do something else I'm not aware off.
For Dim, using .NET is not an option.
As some of you may be aware I have a plan B which involves a bit of Java code. I have used the generics stuff from 5.0 and am delivering 5.0 compiled code in a jar file.
Now, some people might prefer 1.4 compatibility which means I would have to remove the generics stuff.
How do others resolve the possible need to make 5.0 and 1.4 versions available?
Do you tell the client only the latest is available and they need to change their ways; do you provide two jar files appropriately named; do something else I'm not aware off.
For Dim, using .NET is not an option.

Comment