Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Loading the class Files from the codebase

843793Jul 18 2010 — edited Jul 18 2010
My application has a server that periodically makes changes in the class files located in the codebase (the changes are in a function implementation, not the structure of the class)

but only the first time the client loads the class from the codebase then always use the local classpath whenever it can find these classes locally

my Question is.. how to force the client to load the classes from the server codebase and not to use the one which exists locally??

thanks in advance,
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 15 2010
Added on Jul 18 2010
2 comments
150 views