I have several Java apps that run directly from the a shared drive on the LAN. This has worked fine until recently when we setup a remote office on a VPN. The actual applications are small, but have nearly 20 megs of dependencies in their classpath.
Is there a way to continue to run the applications from the network, but cache the dependent jars on the local machine?
Thanks,
David