I'm developing an application in Java, that accesses an Progress database. I want to create triggers in Java for the application, to make some validations and replications. Some triggers access other classes that I created. The call works fine, but when I modify the java class and re-deposit the .class file in the Progress classpath, it continues to run the old version of the class. It only runs the new java code when the database is stopped and re-started. Is there any other way to update the java class?