This might sound stupid but is it possible to access classes with same name in 2 jars based on some condition.
My problem is i want to make a standalone java program where in i can connect to my old and new maximo systems through RMI
i am able to access both systems independently but for data migration i need to access both in same class. Biggest problem is both old and new jar files have same name
Is there any way i can refer to 1st jar in one method and second one in other method?
Thanks