I have 5 applications using 5 identical class files

when I change one of the class files , I have to replace all the class files in the other applicaiton.


Is there a way to use ONE class file for all application so that when I modify it I don't have to copy it or replace it again ?

Thank you